Eplan Platform API
Eplan.EplApi.DataModel Namespace / Transaction Class / IsImplicitEplanTransactionCommited Property

In This Topic
    IsImplicitEplanTransactionCommited Property
    In This Topic
    Transaction property which returns TRUE if an implicit Eplan transaction was started and finished during the lifetime of the current transaction.
    Syntax
    public bool IsImplicitEplanTransactionCommited {get;}
    public:
    property bool IsImplicitEplanTransactionCommited {
       bool get();
    }

    Property Value

    TRUE if there was an internal commit
    FALSE if no internal commit was performed
    See Also