4 references to MaximumLength
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (4)
1428
if (row.
MaximumLength
< maxLength.Description.MinValue || row.
MaximumLength
> maxLength.Description.MaxValue)
1434
row.
MaximumLength
,
1444
facets[maxLength.Name] = Facet.Create(maxLength.Description, row.
MaximumLength
);