DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataDataReader Class / GetSchemaTable Method

In This Topic
    GetSchemaTable Method (C1ODataDataReader)
    In This Topic
    Gets a DataTable containing the schema information for the actively processed SELECT statement.
    Syntax
    'Declaration
     
    Public Overrides Function GetSchemaTable() As DataTable
    public override DataTable GetSchemaTable()

    Return Value

    Returns a DataTable containing the schema information for the active SELECT statement being processed.
    See Also