ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / TransactionState Enumeration

In This Topic
    TransactionState Enumeration
    In This Topic
    Enumeration of the possible states an ITransaction can be in.
    Syntax
    'Declaration
     
    
    Public Enum TransactionState 
       Inherits System.Enum
    public enum TransactionState : System.Enum 
    Members
    MemberDescription
    CommittedA transaction is committed.
    CommittingA transaction is in the process of being committed.
    OpenA transaction is open.
    RolledBackA transaction is rolled back.
    RollingBackA transaction is in the process of being rolled back.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.LiveLinq.TransactionState

    See Also