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: 5.3.0
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