Enum SchemaCompareErrorType
- Namespace
- Dynamicweb.DataIntegration.Integration
- Assembly
- Dynamicweb.DataIntegration.dll
Type of SchemaCompareError
public enum SchemaCompareErrorType
Fields
ChangedColumnLength = 10ChangedColumnType = 4InvalidColumnType = 7MissingColumnsInMapping = 6MissingTablesInMapping = 5NewColumns = 1NewTables = 0NoOnePrimaryKey = 9NotUniqueMapping = 8RemovedColumns = 3RemovedTables = 2