2 references to IS_PRIMARYKEY
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
280this._columnIsPrimaryKey = new System.Data.DataColumn(IS_PRIMARYKEY, typeof(bool), null, System.Data.MappingType.Element); 299this._columnIsPrimaryKey = base.Columns[IS_PRIMARYKEY];