Skip to content

WrappedConnection.BeginDbTransaction method

Begins a database transaction with the specified IsolationLevel value.

protected override DbTransaction BeginDbTransaction(IsolationLevel isolationLevel)
parameter description
isolationLevel One of the IsolationLevel values.

Return Value

An object representing the new transaction.

See Also