DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnection Class / GetTablesSchema Method
Specifies a set of restriction values for the requested schema.

In This Topic
    GetTablesSchema Method (C1SalesforceConnection)
    In This Topic
    Retrieve the metadata relatively to the tables.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function GetTablesSchema( _
       ByVal restrictionValues() As String _
    ) As DataTable
    protected override DataTable GetTablesSchema( 
       string[] restrictionValues
    )

    Parameters

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

    Return Value

    A DataTable containing the schema about the tables.
    See Also