TransactionChanges Class |
Namespace: VelocityDb.Sync
The TransactionChanges type exposes the following members.
Name | Description | |
---|---|---|
ChangeList |
List of changes made
| |
TransactionNumber |
Transaction id for these changes.
|
Name | Description | |
---|---|---|
Unpersist |
Removes an object from the persistent store and makes the object a transient object. It does not automatically make referenced objects unpersisted. Best way to do so is to override this virtual function in your own classes.
(Overrides OptimizedPersistableUnpersist(SessionBase).) |
Name | Description | |
---|---|---|
ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |