2 references to MAX_LENGTH
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
268
this._columnMaximumLength = new System.Data.DataColumn(
MAX_LENGTH
, typeof(int), null, System.Data.MappingType.Element);
293
this._columnMaximumLength = base.Columns[
MAX_LENGTH
];