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

In This Topic
GetTablesSchema Method (C1ConnectionBase<TConnectionImpl>)
In This Topic
Retrieve the metadata relatively to the tables.
Syntax
'Declaration
 
Protected Overridable Function GetTablesSchema( _
   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 tables.
See Also