ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing Namespace / CommonDbConnectionAdapter Class / GetAdapter Method
Name of the database class.

In This Topic
    GetAdapter Method (CommonDbConnectionAdapter)
    In This Topic
    Get database connection adapter by the name of the database connection's or database command's classes.
    Syntax
    'Declaration
     
    Public Shared Function GetAdapter( _
       ByVal name As String _
    ) As GrapeCity.BI.Data.DataProviders.IDbConnectionAdapter
    public static GrapeCity.BI.Data.DataProviders.IDbConnectionAdapter GetAdapter( 
       string name
    )

    Parameters

    name
    Name of the database class.
    See Also