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 lifetime of current transaction.
    Syntax
    public bool IsImplicitEplanTransactionCommited {get;}
    public:
    property bool IsImplicitEplanTransactionCommited {
       bool get();
    }

    Property Value

    true, when there was an internal commit false, when no internal commit was performed
    See Also