| BcfTransaction Methods | |
The BcfTransaction type exposes the following members.
| Name | Description | |
|---|---|---|
| AddItem |
Adds the item to the transactions compensation repository.
| |
| AddItems |
Adds the items to the transactions compensation repository.
| |
| BeginSubTransaction |
Begins a sub transaction.
| |
| BeginSubTransaction(BcfTransactionBuilder) |
Begins a sub transaction.
| |
| Commit |
Commits all changes within this transaction.
| |
| Compute | ||
| Compute(Boolean) | ||
| CreateSavePoint |
Creates a BcfSavePoint.
| |
| CreateSavePoint(BcfTransaction) |
Creates a new save point.
| |
| EnforceKeyConstraints |
Sets a value indicating whether key constraints will be enforced or not.
| |
| EnterDumbMode | 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. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnforceKeyConstraints |
Gets a value indicating whether key constraints will be enforced or not.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnCommit |
Called when commit will be performed.
| |
| OnCommitComplete |
Called when commit was executed.
| |
| OnDiscard |
Called when the transaction goes out of scope.
| |
| OnRollback |
Called when a rollback will be performed.
| |
| OnRollbackComplete |
Called after rollback was executed.
| |
| Redo |
Infrastructure. This method supports the infrastructure and is not intended to be used directly from your code.
| |
| Rollback |
Discards the transaction and restores the data from state before the transaction started.
| |
| Rollback(Exception) |
Discards the transaction and restores the data from state before the transaction started.
| |
| ToString | (Inherited from Object.) | |
| Undo |
Infrastructure. This method supports the infrastructure and is not intended to be used directly from your code.
|