DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase Class / GetSchema Method / GetSchema(String) Method
Specifies the name of the schema to return.

In This Topic
    GetSchema(String) Method
    In This Topic
    Returns schema information for the data source of this C1ConnectionBase using the specified string for the schema name.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function GetSchema( _
       ByVal collectionName As String _
    ) As DataTable
    public override DataTable GetSchema( 
       string collectionName
    )

    Parameters

    collectionName
    Specifies the name of the schema to return.

    Return Value

    A System.Data.DataTable that contains schema information.
    See Also