[]
        
(Showing Draft Content)

C1.AdoNet.Magento.C1MagentoDataReader.GetSchemaTable

GetSchemaTable Method

GetSchemaTable()

Returns a DataTable that describes the column metadata of the C1MagentoDataReader.

Declaration
public override DataTable GetSchemaTable()
Returns
Type Description
DataTable

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

Overrides