[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceConnection.BeginDbTransaction

BeginDbTransaction Method

BeginDbTransaction(IsolationLevel)

Begins a transaction on the connection.

Declaration
protected override DbTransaction BeginDbTransaction(IsolationLevel isolationLevel)
Parameters
Type Name Description
IsolationLevel isolationLevel

The isolation level of the transaction.

Returns
Type Description
DbTransaction

The transaction.

Overrides