If the property value is true, then synchronization of Collation occurs.
    Namespace: 
   PerpetuumSoft.DataModelAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public bool SynchronizeCollation { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property SynchronizeCollation As Boolean  | 
| Visual C++ | 
|---|
public: property bool SynchronizeCollation { bool get (); void set (bool value); }  |