[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1ConnectionBase.GetColumnsSchema

GetColumnsSchema Method

GetColumnsSchema(string[])

Retrieve the metadata relatively to the columns.

Declaration
protected virtual DataTable GetColumnsSchema(string[] restrictionValues)
Protected Overridable Function GetColumnsSchema(restrictionValues As String()) As DataTable
Parameters
Type Name Description
string[] restrictionValues

Specifies a set of restriction values for the requested schema.

Returns
Type Description
DataTable

A DataTable containing the schema about the columns.