DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase Class / GetSchema Method / GetSchema() Method

In This Topic
    GetSchema() Method
    In This Topic
    Returns schema information for the data source of this C1ConnectionBase.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function GetSchema() As DataTable
    public override DataTable GetSchema()

    Return Value

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