ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data Namespace / IDbSchemaProvider Interface / GetSchema Method
A connection to get schema for.

In This Topic
    GetSchema Method (IDbSchemaProvider)
    In This Topic
    Gets the schema of the specified db connection if it's of the same data provider.
    Syntax
    'Declaration
     
    Function GetSchema( _
       ByVal connection As DbConnection _
    ) As DataSchema
    DataSchema GetSchema( 
       DbConnection connection
    )

    Parameters

    connection
    A connection to get schema for.
    See Also