Table of Contents

Enum TransactionStage

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Indicates the stage (phase) of a transaction operation

public enum TransactionStage
Extension Methods

Fields

Commit = 2

At the transaction commit

Post = 1

At PostChanges()

Rollback = 3

At the transaction rollback

Start = 0

At the transaction start