CqlBatchTransaction Class |
Namespace: Dse.Data
public sealed class CqlBatchTransaction : DbTransaction
The CqlBatchTransaction type exposes the following members.
Name | Description | |
---|---|---|
CqlBatchTransaction | Initializes a new instance of the CqlBatchTransaction class |
Name | Description | |
---|---|---|
Connection | Specifies the DbConnection object associated with the transaction. (Inherited from DbTransaction.) | |
IsolationLevel | (Overrides DbTransactionIsolationLevel.) |
Name | Description | |
---|---|---|
Append | ||
Commit | (Overrides DbTransactionCommit.) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
Dispose | Releases the unmanaged resources used by the DbTransaction. (Inherited from DbTransaction.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
Rollback | (Overrides DbTransactionRollback.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |