This property is a array data type object.
CollectionAttribute
00 Remarks
(并不建议使用本Csv属性来储存大量的文本字符串,极容易出错)
01 Syntax
Microsoft.VisualBasic.Data.Framework.StorageProvider.Reflection.CollectionAttribute
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | |
| CreateObject | 1 | Collection of object into a cell string content. |
| ToString | 1 | |
| CreateObject | 2 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Delimiter | 1 | |
| ProviderId | 1 |
04 Members
#ctor(
String, String)Parameters
| Name | Type | Description |
|---|---|---|
name | String | - |
delimiter | String | 由于受正则表达式的解析速度的影响,因为CSV文件是使用逗号进行分隔的,假若使用逗号的话,正则表达式的解析速度会比较低,故在这里优先考虑使用分号来作为分隔符 |
CreateObject``1(
IEnumerable(Of ``0))Collection of object into a cell string content.
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of ``0) | - |
Delimiter
ProviderId
ToString()
CreateObject(
String)CreateObject(
IEnumerable(Of T), String)