Click or drag to resize
SphinxQLTransaction Properties

The SphinxQLTransaction type exposes the following members.

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
See Also