This is a column(or Field) in the csv document. The ColumnAttribute.CustomParser should implements the interface type of IParser.
ColumnAttribute
01 Syntax
Microsoft.VisualBasic.Data.Framework.StorageProvider.Reflection.ColumnAttribute
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | 构建一个列的别名属性值,也可以在这个构造函数之中指定自定义的解析器用来存储非基本类型 |
| ToString | 1 | Display name |
| GetParser | 1 | |
| op_Explicit | 1 | |
| op_Implicit | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| CustomParser | 1 | The type should implements the interface IParser |
| TypeInfo | 1 | Reflector |
| ProviderId | 1 |
04 Members
#ctor(
String, Type)构建一个列的别名属性值,也可以在这个构造函数之中指定自定义的解析器用来存储非基本类型
Parameters
| Name | Type | Description |
|---|---|---|
name | String | - |
customParser | Type | The type should implements the interface |
ToString
Display name
CustomParser
The type should implements the interface IParser
TypeInfo
Reflector
ProviderId
GetParser()
op_Explicit(ColumnAttribute)
op_Implicit(
String)