解析出字典域标记信息
MetaAttributeParser
01 Syntax
Microsoft.VisualBasic.Data.Framework.StorageProvider.Reflection.MetaAttributeParser
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| LoadData | 1 | 将csv文档里面的数据加载进入对象数组的字典属性之中 |
| MakeDictionaryType | 1 | Function returns type of Dictionary |
| GetEntry | 1 | |
| LoadData | 1 |
03 Members
将csv文档里面的数据加载进入对象数组的字典属性之中
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
buf | IEnumerable(Of ``0) | - |
DataSource | DynamicObjectLoader() | - |
Schema | SchemaProvider | - |
MakeDictionaryType(
Type)Function returns type of Dictionary
Parameters
| Name | Type | Description |
|---|---|---|
ValueType | Type | Type of the value in the dictionary, and the key type is |
GetEntry(
Type)