ActiveReports 12
GetSchema Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDbSchemaProvider Interface : GetSchema Method
A connection to get schema for.
Gets the schema of the specified db connection if it's of the same data provider.
Syntax
'Declaration
 
Function GetSchema( _
   ByVal connection As IDbConnection _
) As DataSchema
DataSchema GetSchema( 
   IDbConnection connection
)

Parameters

connection
A connection to get schema for.
See Also

Reference

IDbSchemaProvider Interface
IDbSchemaProvider Members