Enum TransactionStage
Indicates the stage (phase) of a transaction operation
public enum TransactionStage
- Extension Methods
Fields
Commit = 2At the transaction commit
Post = 1Rollback = 3At the transaction rollback
Start = 0At the transaction start