Click or drag to resize

BcfTransactionBuilder Properties

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

The BcfTransactionBuilder type exposes the following members.

Properties
  NameDescription
Public propertyEnforceConstraints
Gets or sets a value indicating whether the transaction should enforce key- and relation-constraints after each operation.
Public propertyMicroTransactionMode
Gets or sets a value indicating if and how the BcfTransaction will compensate atomic operations failed with BcfUpdateException.
Public propertyName
Gets or sets the dedicated Name-property for the BcfTransaction to be created.
Public propertyReason
Gets or sets a value indicating why a transaction should be created.
Public propertyRow
Gets or sets the BcfRow that should be updated.
Public propertyTriggersEnabled
Gets or sets a value indicating whether the transaction should enable triggers.
Public propertyUpdateCell
Gets or sets the BcfCell that should be updated.
Public propertyUpdateRelatedRowCell
Gets or sets the BcfParentRelationCell that should be updated.
Public propertyUpdateRelatedRowsCell
Gets or sets the BcfChildRelationCell that should be updated.
Top
See Also