[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetSchemaTable

GetSchemaTable Method

GetSchemaTable()

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

Declaration
public DataTable GetSchemaTable()
Returns
Type Description
DataTable

A DataTable that describes the column metadata.

Implements