The SphinxQLTransaction type exposes the following members.

Methods

  Name Description
Public method Commit
Commits the transaction.
(Overrides DbTransaction..::..Commit()()()().)
Public method 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.)
Public method Dispose
Releases the unmanaged resources used by the DbTransaction.
(Inherited from DbTransaction.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method Rollback
Rolls back a transaction from a pending state.
(Overrides DbTransaction..::..Rollback()()()().)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Connection
Specifies the DbConnection object associated with the transaction.
(Inherited from DbTransaction.)
Public property IsolationLevel
Specifies the IsolationLevel for this transaction. Not supported.
(Overrides DbTransaction..::..IsolationLevel.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property IDbTransaction..::..Connection
Gets the DbConnection object associated with the transaction, or a null reference if the transaction is no longer valid.
(Inherited from DbTransaction.)

See Also