Click or drag to resize
CalculationWorks Logo
BcfTransaction Methods

The BcfTransaction type exposes the following members.

Methods
  NameDescription
Protected methodAddItem
Adds the item to the transactions compensation repository.
Protected methodAddItems
Adds the items to the transactions compensation repository.
Public methodBeginSubTransaction
Begins a sub transaction.
Public methodBeginSubTransaction(BcfTransactionBuilder)
Begins a sub transaction.
Public methodCommit
Commits all changes within this transaction.
Public methodCompute
Executes all necessary operations to bring the BcfCell.Values up to date. The validation tags will not be updated.
Public methodCompute(Boolean)
Executes all necessary operations to bring the BcfCell.Values up to date.
Public methodCreateSavePoint
Creates a BcfSavePoint.
Protected methodCreateSavePoint(BcfTransaction)
Creates a new save point.
Public methodEnforceKeyConstraints
Sets a value indicating whether key constraints will be enforced or not.
Public methodEnterDumbMode

Sets all computed cells and validations to 'must recompute' and disables the internal change tracking until next call of Compute (implicit by BeginSubTransaction or Commit) or Rollback. When DumbMode ends all computed cells and validations will be recomputed.

Very useful when loading data into an empty BcfDataSet.

Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnforceKeyConstraints
Gets a value indicating whether key constraints will be enforced or not.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnCommit
Called when commit will be performed.
Protected methodOnCommitComplete
Called when commit was executed.
Protected methodOnDiscard
Called when the transaction goes out of scope.
Protected methodOnRollback
Called when a rollback will be performed.
Protected methodOnRollbackComplete
Called after rollback was executed.
Protected methodRedo
Infrastructure. This method supports the infrastructure and is not intended to be used directly from your code.
Public methodRollback
Discards the transaction and restores the data from state before the transaction started.
Public methodRollback(Exception)
Discards the transaction and restores the data from state before the transaction started.
Public methodToString (Inherited from Object.)
Protected methodUndo
Infrastructure. This method supports the infrastructure and is not intended to be used directly from your code.
Top
See Also