Click or drag to resize

BcfTransaction Properties

The BcfTransaction type exposes the following members.

Properties
  NameDescription
Public propertyDataSet
Gets the BcfDataSet the transaction belongs to.
Public propertyEnforceConstraints
Gets a value indicating whether unique-key, foreign-key and relation constraints will be enforced after each update or not.
Public propertyHasDirtyItems Obsolete.
Gets a value indicating whether this instance has outstanding calculations (computed value cells and rule cells).
Public propertyHasOutdatedCells Obsolete.
Gets a value indicating whether this instance has outdated (computed) cells.
Public propertyHasOutdatedFaults
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.
Public propertyHasOutdatedItems
Gets a value indicating whether this instance has outstanding calculations (computed value cells and rule cells).
Public propertyHasOutdatedOptimizerCells
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.
Public propertyHasOutdatedValueCells
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.
Public propertyInfo
Gets or sets custom information about the BcfTransaction.
Public propertyIsAlive
Gets a value indicating whether this instance is in use; as active transaction or in undo or redo.
Public propertyIsCommitted
Gets a value indicating whether this instance is committed.
Public propertyIsCurrent
Gets a value indicating whether this instance is current.
Public propertyIsInDumbMode
Gets a value indicating whether this instance is in dumbmode (EnterDumbMode).
Public propertyIsRolledBack
Gets a value indicating whether this instance is rolled back.
Public propertyIsSubTransaction
Gets a value indicating whether this instance is a sub transaction.
Public propertyItemCount
Number of transactions compensation items.
Public propertyMicroTransactionMode
Gets or sets the mode for micro-transactions.
Public propertyMustRollback
Gets a value indicating whether the transaction caused an invalid state and must be rolled back.
Public propertyName
Gets or sets the transaction name.
Public propertyRecalculateAllOptimizers
Gets a value indicating whether all cells of optimizer columns should be recomputed on next Compute(Boolean).
Public propertyRecalculateAllRules
Gets a value indicating whether all rules should be executed on next Compute(Boolean) (computeRules = ) independent of cell state evaluation.
Public propertyRecalculateAllValues
Gets a value indicating whether all cells (except of optimizer columns) should be recomputed on next Compute(Boolean).
Public propertyTriggersEnabled
Gets or sets a value indicating whether triggers are enabled.
Top
See Also