Click or drag to resize

ObjectTransaction Properties

The ObjectTransaction type exposes the following members.

Properties
  NameDescription
Public propertyApplicationName
Gets or sets the name of the application that created the transaction.
Public propertyDataSource
Gets the data source.
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
Public propertyExternalDataMode
Gets a value indicating whether the transaction runs in external data mode. In this mode, the primary data buffer is externally linked.
Public propertyPrimaryBuffer
Gets the buffer, which allows low-level access to all data tables and columns
Public propertyRepositorySource
Gets a reference to the primary repository source for the transaction
Public propertyTransactionName
Gets the transaction name. It is used only for identification purposes.
Public propertyUserName
Gets or sets the name of the user that created the transaction.
Top
See Also