C1.AdoNet.QuickBooksOnline Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase<TConnectionImpl> Class / GetColumnsSchema Method
Specifies a set of restriction values for the requested schema.

In This Topic
GetColumnsSchema Method (C1ConnectionBase<TConnectionImpl>)
In This Topic
Retrieve the metadata relatively to the columns.
Syntax
'Declaration
 
Protected Overridable Function GetColumnsSchema( _
   ByVal restrictionValues() As String _
) As DataTable
 

Parameters

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

Return Value

A System.Data.DataTable containing the schema about the columns.
See Also