GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace : IDbConnectionExtension Interface |
The following tables list the members exposed by IDbConnectionExtension.
Name | Description | |
---|---|---|
ConnectionString | Sets or returns data source-dependent connection information. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection) | |
ConnectionTimeout | Sets or returns the amount of time in seconds to wait before terminating the attempt to open the connection and generating an error. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection) | |
DataProviderService | Sets or returns T:IDataProviderService implementation that provides the services which can be used by data provider. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection) | |
Impersonate | The name of the user is impersonated while executing commands. | |
IntegratedSecurity | Determines whether the connection uses integrated security or the values supplied in the UserName and Password properties. | |
LocalizedName | The localized name for this extension. (Inherited from GrapeCity.ActiveReports.Extensibility.IExtension) | |
Password | Specifies the password used when connecting to the data source. If a password was specified in the ConnectionString, this value overrides it. | |
UserName | Specifies the username used when connecting to the data source. If a user name was specified in the ConnectionString, this value overrides it. |
Name | Description | |
---|---|---|
BeginTransaction | Begins a transaction at the data source. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection) | |
Close | Closes the connection. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection) | |
CreateCommand | Returns an initialized command object associated with this connection. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection) | |
Dispose | (Inherited from System.IDisposable) | |
Open | Opens the connection. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection) | |
SetConfiguration | Specifies any configuration information for this extension. (Inherited from GrapeCity.ActiveReports.Extensibility.IExtension) |