Show / Hide Table of Contents

Method PerformBeginTransaction

| Improve this Doc View Source

PerformBeginTransaction(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest