Click or drag to resize

SphinxQLConnectionBeginTransaction(IsolationLevel) Method

Begins a new transaction with the specified isolation level. Not supported.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public SphinxQLTransaction BeginTransaction(
	IsolationLevel isolationLevel
)

Parameters

isolationLevel  IsolationLevel
The isolation level to use for the transaction.

Return Value

SphinxQLTransaction
Nothing
Exceptions
ExceptionCondition
NotSupportedException
See Also