Click or drag to resize

SchemaCompareErrorType Enumeration

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public enum SchemaCompareErrorType
Members
  Member nameValueDescription
NewTables0
NewColumns1
RemovedTables2
RemovedColumns3
ChangedColumnType4
MissingTablesInMapping5
MissingColumnsInMapping6
InvalidColumnType7
NotUniqueMapping8
NoOnePrimaryKey9
See Also