2 references to IS_NULLABLE
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
264
this._columnIsNullable = new System.Data.DataColumn(
IS_NULLABLE
, typeof(bool), null, System.Data.MappingType.Element);
291
this._columnIsNullable = base.Columns[
IS_NULLABLE
];