Click or drag to resize

SphinxQLTransaction Class

Represents a transaction. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Data.CommonDbTransaction
      SphinxConnector.SphinxQLSphinxQLTransaction

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

The SphinxQLTransaction type exposes the following members.

Properties
 NameDescription
Public propertyConnectionSpecifies the DbConnection object associated with the transaction.
(Inherited from DbTransaction)
Public propertyIsolationLevel Specifies the IsolationLevel for this transaction. Not supported.
(Overrides DbTransactionIsolationLevel)
Top
Methods
 NameDescription
Public methodCommit Commits the transaction.
(Overrides DbTransactionCommit)
Public methodCommitAsync Asynchronously commits the transaction.
Public methodCommitAsync(CancellationToken) Asynchronously commits the transaction.
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Public methodDisposeReleases the unmanaged resources used by the DbTransaction.
(Inherited from DbTransaction)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeLifetimeServiceObtains 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 methodRollbackAsync Asyncronously rolls back a transaction from a pending state.
Public methodRollbackAsync(CancellationToken) Asyncronously rolls back a transaction from a pending state.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyIDbTransactionConnectionGets 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