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