[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.DbConnectionWrap-3.BeginDbTransaction

BeginDbTransaction Method

BeginDbTransaction(IsolationLevel)

Initiates and returns a new transaction with the connected data source.

Declaration
protected override DbTransaction BeginDbTransaction(IsolationLevel isolationLevel)
Protected Overrides Function BeginDbTransaction(isolationLevel As IsolationLevel) As DbTransaction
Parameters
Type Name Description
IsolationLevel isolationLevel

The isolation level of the transaction.

Returns
Type Description
DbTransaction

An object representing the new transaction.

Overrides