C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnection Class / GetColumnsSchema Method
Specifies a set of restriction values for the requested schema.

In This Topic
GetColumnsSchema Method (C1CSVConnection)
In This Topic
Retrieve the metadata relatively to the columns.
Syntax
'Declaration
 
Protected Overrides NotOverridable Function GetColumnsSchema( _
   ByVal restrictionValues() As String _
) As DataTable
 

Parameters

restrictionValues
Specifies a set of restriction values for the requested schema.

Return Value

A DataTable containing the schema about the columns.
See Also