Click or drag to resize

Changes Class

Keeps track of changes within a set of databases (a federation). Preliminary version.
Inheritance Hierarchy

Namespace:  VelocityDb.Sync
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public class Changes : OptimizedPersistable

The Changes type exposes the following members.

Properties
  NameDescription
Public propertyChangeList
A list of TransactionChanges made to the federation
Top
Methods
  NameDescription
Public methodUnpersist
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).)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also