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<MySql.Data.MySqlClient.MySqlConnection, MySql.Data.MySqlClient.MySqlCommand, DevZest.Data.MySql.MySqlReader>.PerformBeginTransaction(System.Nullable<System.Data.IsolationLevel>, System.String)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest