Click or drag to resize

SphinxQLTransactionIsolationLevel Property

Specifies the IsolationLevel for this transaction. Not supported.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override IsolationLevel IsolationLevel { get; }

Property Value

IsolationLevel

Return Value

IsolationLevel
The IsolationLevel for this transaction.

Implements

IDbTransactionIsolationLevel
Exceptions
ExceptionCondition
NotSupportedException
See Also