DBCatalogChangeType Enumeration |
Change type specification for catalog changes
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax [FlagsAttribute]
public enum DBCatalogChangeType
<FlagsAttribute>
Public Enumeration DBCatalogChangeType
Members
| Member name | Value | Description |
---|
| None | 0 |
No change
|
| CatalogName | 1 |
The CatalogName property was changed
|
| SyncSource | 2 |
The SyncSource property was changed.
|
See Also