TransactionStatus Enum

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

Indicates the status of the transaction referenced by the arguments of the transaction events of a DataAbstractService.

Namespace

Declaration (C#)

public enum TransactionStatus
{
    BeforeBegin = 0,
    AfterBegin = 1,
    BeforeCommit = 2,
    AfterCommit = 3,
    BeforeRollBack = 4,
    AfterRollBack = 5
}


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools