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