Click or drag to resize
SphinxQLTransaction Class
Represents a transaction. This class cannot be inherited.
Inheritance Hierarchy

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public sealed class SphinxQLTransaction : DbTransaction

The SphinxQLTransaction type exposes the following members.

Methods
  NameDescription
Public methodCommit
Commits the transaction.
(Overrides DbTransactionCommit.)
Public methodCreateObjRef
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 methodDispose
Releases the unmanaged resources used by the DbTransaction.
(Inherited from DbTransaction.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodRollback
Rolls back a transaction from a pending state.
(Overrides DbTransactionRollback.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyConnection
Specifies the DbConnection object associated with the transaction.
(Inherited from DbTransaction.)
Public propertyIsolationLevel
Specifies the IsolationLevel for this transaction. Not supported.
(Overrides DbTransactionIsolationLevel.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDbTransactionConnection
Gets the DbConnection object associated with the transaction, or a null reference if the transaction is no longer valid.
(Inherited from DbTransaction.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also