[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.IDbConnectionAdapter

IDbConnectionAdapter Interface

Represents an adapter for supporting multivalue parameters and setting credentials.

Namespace: GrapeCity.ActiveReports.Core.Rendering.Data
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IDbConnectionAdapter

Properties

Name Description
IsCredentialsSupported

Gets a value indicating whether the adapter supports setting credentials.

IsSetConnectionStringSupported

Gets a value indicating whether the adapter supports setting a custom connection string.

Methods

Name Description
SetConnectionString(DbConnection, string, DbConnectionAdapterContext)

Sets the connection string for the specified connection.

SetCredentials(DbConnection, LoginPasswordCredentials)

Sets the user login and password for the specified connection.

Extension Methods