BcfTransaction Properties |
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 | Obsolete.
Gets a value indicating whether this instance has outstanding calculations (computed value cells and rule cells).
| |
| HasOutdatedCells | Obsolete.
Gets a value indicating whether this instance has outdated (computed) cells.
| |
| HasOutdatedFaults |
Gets a value indicating whether this instance has outdated faults.If RecalculateAllRules is true the property will also return true, even
when there are no rows with rules cells in dataset.
| |
| HasOutdatedItems |
Gets a value indicating whether this instance has outstanding calculations (computed value cells and rule cells).
| |
| HasOutdatedOptimizerCells |
Gets a value indicating whether this instance has outdated cells of optimizer columns. If RecalculateAllOptimizers is true the property will also return true, even
when there are no rows with computed optimizer cells in dataset.
| |
| HasOutdatedValueCells |
Gets a value indicating whether this instance has outdated cells of computed non-optimizer columns. If RecalculateAllValues is true the property will also return true, even
when there are no rows with computed value cells in dataset.
| |
| 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.
| |
| IsInDumbMode |
Gets a value indicating whether this instance is in dumbmode (EnterDumbMode).
| |
| 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.
| |
| RecalculateAllOptimizers |
Gets a value indicating whether all cells of optimizer columns should be recomputed on next Compute(Boolean).
| |
| RecalculateAllRules |
Gets a value indicating whether all rules should be executed on next Compute(Boolean) (computeRules = ) independent of cell state evaluation.
| |
| RecalculateAllValues |
Gets a value indicating whether all cells (except of optimizer columns) should be recomputed on next Compute(Boolean).
| |
| TriggersEnabled |
Gets or sets a value indicating whether triggers are enabled.
|