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