Writer.Dispose()的时候会自动保存Csv文件的数据
Writer
01 Syntax
Microsoft.VisualBasic.Data.Framework.Writer
02 Methods
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| __file | 1 | File handle for the csv data file. |
04 Members
Parameters
| Name | Type | Description |
|---|---|---|
cls | Class | Schema maps |
DIR | String | Dump data to this directory. The index file will using |
encoding | Encodings | Text document encoding of the csv file. |
WriteRow(
Object, String)Parameters
| Name | Type | Description |
|---|---|---|
obj | Object | .NET object for maps to csv data row. |
i | String | Uid reference for the external table. |
__file
File handle for the csv data file.
Dispose()