dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLogicalTransaction Class / Committed Property

In This Topic
    Committed Property (OracleLogicalTransaction)
    In This Topic
    Indicates whether the transaction was committed or not.
    Syntax
    'Declaration
     
    Public ReadOnly Property Committed As Nullable(Of Boolean)
    public Nullable<bool> Committed {get;}

    Property Value

    true if the transaction was committed; otherwise, false. If GetOutcome was not called prior to accessing this property, it returns null.
    Remarks
    See OracleLogicalTransaction for the example of using this property.
    See Also