CUBRID ADO.NET Driver - 8.4.0.0
The CUBRIDConnection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CUBRIDConnection()()()() | Initializes a new instance of the CUBRIDConnection class | |
| CUBRIDConnection(String) | Initializes a new instance of the CUBRIDConnection class |
Methods
Properties
| Name | Description | |
|---|---|---|
| AutoCommit | ||
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| ConnectionString | (Overrides DbConnection..::..ConnectionString.) | |
| ConnectionTimeout | (Overrides DbConnection..::..ConnectionTimeout.) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| Database | (Overrides DbConnection..::..Database.) | |
| DataSource | (Overrides DbConnection..::..DataSource.) | |
| DbProviderFactory | (Overrides DbConnection..::..DbProviderFactory.) | |
| DBVersion | ||
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| IsolationLevel | ||
| LockTimeout | ||
| MaxStringLength | ||
| SchemaProvider | ||
| ServerVersion | (Overrides DbConnection..::..ServerVersion.) | |
| SessionId | ||
| Site | (Inherited from Component.) | |
| State | (Overrides DbConnection..::..State.) |
Events
| Name | Description | |
|---|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose()()()() method. (Inherited from Component.) | |
| StateChange | Occurs when the state of the event changes. (Inherited from DbConnection.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable..::..Clone | ||
| IDbConnection..::..BeginTransaction()()()() | Begins a database transaction. (Inherited from DbConnection.) | |
| IDbConnection..::..BeginTransaction(IsolationLevel) | Begins a database transaction with the specified IsolationLevel value. (Inherited from DbConnection.) | |
| IDbConnection..::..CreateCommand | Creates and returns a DbCommand object that is associated with the current connection. (Inherited from DbConnection.) |