[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVDataReader.GetSchemaTable

GetSchemaTable Method

GetSchemaTable()

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

Declaration
public override DataTable GetSchemaTable()
Returns
Type Description
DataTable

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

Overrides