SyncSourceType Enumeration |
The enum which defines the different sync source types for schema, catalog and relational model data container.
Namespace:
SD.LLBLGen.Pro.Core
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public enum SyncSourceType
Public Enumeration SyncSourceType
Members
| Member name | Value | Description |
---|
| Undefined | 0 | |
| Model | 1 | |
| Database | 2 | |
| Mixed | 3 | |
See Also