GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace : IDbConnection Interface |
The following tables list the members exposed by IDbConnection.
Name | Description | |
---|---|---|
ConnectionString | Sets or returns data source-dependent connection information. | |
ConnectionTimeout | Sets or returns the amount of time in seconds to wait before terminating the attempt to open the connection and generating an error. | |
DataProviderService | Sets or returns T:IDataProviderService implementation that provides the services which can be used by data provider. | |
LocalizedName | The localized name for this extension. (Inherited from GrapeCity.ActiveReports.Extensibility.IExtension) |
Name | Description | |
---|---|---|
BeginTransaction | Begins a transaction at the data source. | |
Close | Closes the connection. | |
CreateCommand | Returns an initialized command object associated with this connection. | |
Dispose | (Inherited from System.IDisposable) | |
Open | Opens the connection. | |
SetConfiguration | Specifies any configuration information for this extension. (Inherited from GrapeCity.ActiveReports.Extensibility.IExtension) |