[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.OleDbSchemaProvider.GetSchema

GetSchema Method

GetSchema(DbConnection)

Gets the schema of the specified db connection if it's of the same data provider.

Declaration
public DataSchema GetSchema(DbConnection connection)
Parameters
Type Name Description
DbConnection connection

A connection to get schema for.

Returns
Type Description
DataSchema
Implements