[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataDataReader.GetSchemaTable

GetSchemaTable Method

GetSchemaTable()

Gets a DataTable containing the schema information for the actively processed SELECT statement.

Declaration
public override DataTable GetSchemaTable()
Returns
Type Description
DataTable

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

Overrides