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. |
Name | Description | |
---|---|---|
BeginTransaction | Begins a transaction at the data source. | |
Close | Closes the connection. | |
CreateCommand | Returns an initialized command object associated with this connection. | |
Open | Opens the connection. |