Click or drag to resize
SphinxQLTransactionIsolationLevel Property
Specifies the IsolationLevel for this transaction. Not supported.

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

Property Value

Type: IsolationLevel

Return Value

Type: IsolationLevel
The IsolationLevel for this transaction.

Implements

IDbTransactionIsolationLevel
Exceptions
ExceptionCondition
NotSupportedException
See Also