DataImports
01 Syntax
Microsoft.VisualBasic.ComponentModel.DataSourceModel.TypeCast.DataImports
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SampleForType | 1 | Sampling column data for test data type |
| IsPossibleEnumFactor | 1 | Check the given string collection is a possible enum factor type? |
| ParseVector | 2 |
03 Members
SampleForType(
IReadOnlyCollection(Of String), Boolean)Sampling column data for test data type
Parameters
| Name | Type | Description |
|---|---|---|
column | IReadOnlyCollection(Of String) | - |
IsPossibleEnumFactor(
IReadOnlyCollection(Of String))Check the given string collection is a possible enum factor type?
Parameters
| Name | Type | Description |
|---|---|---|
v | IReadOnlyCollection(Of String) | - |
ParseVector(
String())Measuring the data type automatically, and then try to parse the given string vector as the array of result data type
Parameters
| Name | Type | Description |
|---|---|---|
column | String() | - |
ParseVector(
String(), Type)