Method PerformBeginTransaction
| Improve this Doc View SourcePerformBeginTransaction(Nullable<IsolationLevel>, String)
Declaration
protected override sealed ITransaction PerformBeginTransaction(IsolationLevel? isolation, string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Data.IsolationLevel> | isolation | |
System.String | name |
Returns
Type | Description |
---|---|
ITransaction |
Overrides
DevZest.Data.Primitives.DbSession<System.Data.SqlClient.SqlConnection, System.Data.SqlClient.SqlCommand, DevZest.Data.SqlServer.SqlReader>.PerformBeginTransaction(System.Nullable<System.Data.IsolationLevel>, System.String)