Click or drag to resize

BcfTransaction Properties

[This is preliminary documentation and is subject to change.]

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
Gets a value indicating whether this instance has outstanding calculations (computed value cells and rule cells).
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 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 propertyRecalculateAllRules
Gets a value indicating whether all rules should be executed on next Compute(Boolean) (computeRules = true) independent of cell state evaluation.
Public propertyRecalculateAllValues
Gets a value indicating whether all calculations should be executed on next Compute(Boolean) independent of cell state evaluation.
Public propertyTriggersEnabled
Gets or sets a value indicating whether triggers are enabled.
Top
See Also