Begins a transaction with the specified IsolationLevel value.

Namespace:  Novalys.VisualGuard.Security.Deployment.Repository
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public IDbTransaction BeginTransaction(
	IsolationLevel il
)
Visual Basic (Declaration)
Public Function BeginTransaction ( _
	il As IsolationLevel _
) As IDbTransaction

Parameters

il
Type: System.Data..::.IsolationLevel
One of the IsolationLevel values

Return Value

a IDbTransaction object representing the transaction.

Implements

IDbConnection..::.BeginTransaction(IsolationLevel)

See Also