BcfTransaction Properties |
[This is preliminary documentation and is subject to change.]
The BcfTransaction type exposes the following members.
| Name | Description | |
|---|---|---|
| DataSet |
Gets the BcfDataSet the transaction belongs to.
| |
| EnforceConstraints |
Gets a value indicating whether unique-key, foreign-key and relation constraints will be enforced after each update or not.
| |
| HasDirtyItems |
Gets a value indicating whether this instance has outstanding calculations (computed value cells and rule cells).
| |
| Info |
Gets or sets custom information about the BcfTransaction.
| |
| IsAlive |
Gets a value indicating whether this instance is in use; as active transaction or in undo or redo.
| |
| IsCommitted |
Gets a value indicating whether this instance is committed.
| |
| IsCurrent |
Gets a value indicating whether this instance is current.
| |
| IsRolledBack |
Gets a value indicating whether this instance is rolled back.
| |
| IsSubTransaction |
Gets a value indicating whether this instance is a sub transaction.
| |
| ItemCount |
Number of transactions compensation items.
| |
| MicroTransactionMode |
Gets or sets the mode for micro-transactions.
| |
| MustRollback |
Gets a value indicating whether the transaction caused an invalid state and must be rolled back.
| |
| Name |
Gets or sets the transaction name.
| |
| RecalculateAllRules |
Gets a value indicating whether all rules should be executed on next Compute(Boolean) (computeRules = true) independent of cell state evaluation.
| |
| RecalculateAllValues |
Gets a value indicating whether all calculations should be executed on next Compute(Boolean) independent of cell state evaluation.
| |
| TriggersEnabled |
Gets or sets a value indicating whether triggers are enabled.
|