2 references to IS_IDENTITY
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
276
this._columnIsIdentity = new System.Data.DataColumn(
IS_IDENTITY
, typeof(bool), null, System.Data.MappingType.Element);
297
this._columnIsIdentity = base.Columns[
IS_IDENTITY
];