Method PerformBeginTransaction
| Improve this Doc View SourcePerformBeginTransaction(Nullable<IsolationLevel>, String)
Starts a transaction.
Declaration
protected abstract ITransaction PerformBeginTransaction(IsolationLevel? isolation, string name)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Data.IsolationLevel> | isolation | The isolation level. |
System.String | name | The name of the transaction. |
Returns
Type | Description |
---|---|
ITransaction | The transaction object. |