ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / IDbConnectionAdapter Interface / SetConnectionString Method
The connection to set the connection string for.
The connection string to set.
The additional context for the operation.

In This Topic
    SetConnectionString Method
    In This Topic
    Sets the connection string for the specified connection.
    Syntax
    'Declaration
     
    Sub SetConnectionString( _
       ByVal connection As DbConnection, _
       ByVal connectionString As String, _
       ByVal context As DbConnectionAdapterContext _
    ) 
    void SetConnectionString( 
       DbConnection connection,
       string connectionString,
       DbConnectionAdapterContext context
    )

    Parameters

    connection
    The connection to set the connection string for.
    connectionString
    The connection string to set.
    context
    The additional context for the operation.
    See Also