System\Data\Mapping\ViewGeneration\Utils\ViewGenErrorCode.cs (32)
35InvalidCondition = Value + 1,
37KeyConstraintViolation = Value + 2,
40KeyConstraintUpdateViolation = Value + 3,
42AttributesUnrecoverable = Value + 4,
44AmbiguousMultiConstants = Value + 5,
47NonKeyProjectedWithOverlappingPartitions = Value + 7,
49ConcurrencyDerivedClass = Value + 8,
51ConcurrencyTokenHasCondition = Value + 9,
54DomainConstraintViolation = Value + 12,
56ForeignKeyMissingTableMapping = Value + 13,
59ForeignKeyNotGuaranteedInCSpace = Value + 14,
61ForeignKeyMissingRelationshipMapping = Value + 15,
63ForeignKeyUpperBoundMustBeOne = Value + 16,
65ForeignKeyLowerBoundMustBeOne = Value + 17,
68ForeignKeyParentTableNotMappedToEnd = Value + 18,
70ForeignKeyColumnOrderIncorrect = Value + 19,
72DisjointConstraintViolation = Value + 20,
74DuplicateCPropertiesMapped = Value + 21,
76NotNullNoProjectedSlot = Value + 22,
78NoDefaultValue = Value + 23,
80KeyNotMappedForCSideExtent = Value + 24,
82KeyNotMappedForTable = Value + 25,
84PartitionConstraintViolation = Value + 26,
86MissingExtentMapping = Value + 27,
90ImpopssibleCondition = Value + 30,
92NullableMappingForNonNullableColumn = Value + 31,
94ErrorPatternConditionError = Value + 32,
96ErrorPatternSplittingError = Value + 33,
98ErrorPatternInvalidPartitionError = Value + 34,
100ErrorPatternMissingMappingError = Value + 35,
102NoJoinKeyOrFKProvidedInMapping = Value + 36,
104MultipleFragmentsBetweenCandSExtentWithDistinct = Value + 37,