Show / Hide Table of Contents

Method PerformBeginTransaction

| Improve this Doc View Source

PerformBeginTransaction(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)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest