Table of Contents

Enum SchemaCompareErrorType

Namespace
Dynamicweb.DataIntegration.Integration
Assembly
Dynamicweb.DataIntegration.dll

Type of SchemaCompareError

public enum SchemaCompareErrorType

Fields

ChangedColumnLength = 10
ChangedColumnType = 4
InvalidColumnType = 7
MissingColumnsInMapping = 6
MissingTablesInMapping = 5
NewColumns = 1
NewTables = 0
NoOnePrimaryKey = 9
NotUniqueMapping = 8
RemovedColumns = 3
RemovedTables = 2
To top