'Declaration Protected Overrides Function BeginDbTransaction( _ ByVal isolationLevel As IsolationLevel _ ) As DbTransaction
protected override DbTransaction BeginDbTransaction( IsolationLevel isolationLevel )
Parameters
- isolationLevel
- The isolation level of the transaction.
Return Value
An object representing the new transaction.