dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLogicalTransactionStatus Class / UserCallCompleted Property

In This Topic
    UserCallCompleted Property (OracleLogicalTransactionStatus)
    In This Topic
    Indicates whether the transaction completed successfully.
    Syntax
    'Declaration
     
    Public ReadOnly Property UserCallCompleted As Boolean
    public bool UserCallCompleted {get;}

    Property Value

    true if the transaction completed successfully; otherwise, false.
    See Also