ComponentOne Data Source for Entity Framework
C1.Data.Transactions Namespace / ClientTransaction Class / State Property

In This Topic
    State Property (ClientTransaction)
    In This Topic
    Gets the state the transaction is in.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property State As TransactionState
    public TransactionState State {get;}
    See Also