nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / DataImports

DataImports

Full name Microsoft.VisualBasic.ComponentModel.DataSourceModel.TypeCast.DataImports Assembly Microsoft.VisualBasic.Runtime Members 4

01 Syntax

Microsoft.VisualBasic.ComponentModel.DataSourceModel.TypeCast.DataImports

02 Methods

NameOverloadsSummary
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

method SampleForType #
SampleForType(IReadOnlyCollection(Of String), Boolean)

Sampling column data for test data type

Parameters
NameTypeDescription
columnIReadOnlyCollection(Of String)

-

method IsPossibleEnumFactor #
IsPossibleEnumFactor(IReadOnlyCollection(Of String))

Check the given string collection is a possible enum factor type?

Parameters
NameTypeDescription
vIReadOnlyCollection(Of String)

-

method ParseVector overload 2 #
ParseVector(String())

Measuring the data type automatically, and then try to parse the given string vector as the array of result data type

Parameters
NameTypeDescription
columnString()

-

method ParseVector #
ParseVector(String(), Type)