Click or drag to resize
SphinxQLConnectionBeginTransaction Method (IsolationLevel)
Begins a new transaction with the specified isolation level. Not supported.

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

Parameters

isolationLevel
Type: System.DataIsolationLevel
The isolation level to use for the transaction.

Return Value

Type: SphinxQLTransaction
Nothing
Exceptions
ExceptionCondition
NotSupportedException
See Also