Namespace PerpetuumSoft.DataModel.MsSql.Synchronizers contains classes used for synchronization of database objects.
Classes
| Class | Description | |
|---|---|---|
| DatabaseSynchronizer | Manages synchronizers for database objects. | |
| Script | Represents the DDL script. | |
| ScriptSection | Represents scritpts section. | |
| Synchronizer | Performs comparison and builds synchronization script for database elements. | |
| SynchronizerCollection<(Of <(T>)>) | Represents a collection of Synchronizer. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| SynchronizerAction | Represents synchronization action. | |
| SynchronizerState | Represents synchronizer state. |