BusinessLogicTransaction Class

Definition

public ref class BusinessLogicTransaction : IDisposable, System::Data::IDbTransaction
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class BusinessLogicTransaction : IDisposable, System.Data.IDbTransaction
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type BusinessLogicTransaction = class
    interface IDbTransaction
    interface IDisposable
Public Class BusinessLogicTransaction
Implements IDbTransaction, IDisposable
Inheritance
BusinessLogicTransaction
Attributes
Implements

Constructors

Name Description
BusinessLogicTransaction()

Properties

Name Description
Connection
IsolationLevel

Methods

Name Description
Commit()
Dispose()
Rollback()

Applies to