BcfTransactionBuilder Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfTransactionBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfTransactionBuilder | Initializes a new instance of the BcfTransactionBuilder class |
| Name | Description | |
|---|---|---|
| EnforceConstraints |
Gets or sets a value indicating whether the transaction should enforce key- and relation-constraints after each operation.
| |
| MicroTransactionMode |
Gets or sets a value indicating if and how the BcfTransaction will compensate atomic operations failed with BcfUpdateException.
| |
| Name |
Gets or sets the dedicated Name-property for the BcfTransaction to be created.
| |
| Reason |
Gets or sets a value indicating why a transaction should be created.
| |
| Row |
Gets or sets the BcfRow that should be updated.
| |
| TriggersEnabled |
Gets or sets a value indicating whether the transaction should enable triggers.
| |
| UpdateCell |
Gets or sets the BcfCell that should be updated.
| |
| UpdateRelatedRowCell |
Gets or sets the BcfParentRelationCell that should be updated.
| |
| UpdateRelatedRowsCell |
Gets or sets the BcfChildRelationCell that should be updated.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |