5 references to PKCatalogColumn
System.Data.Entity.Design (5)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
900DbObjectKey pkKey = new DbObjectKey(row[table.PKCatalogColumn],
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (4)
53return ((string)(this[this._tableRelationshipDetails.PKCatalogColumn])); 57throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.PKCatalogColumn.ColumnName, _tableRelationshipDetails.TableName, e); 62this[this._tableRelationshipDetails.PKCatalogColumn] = value; 314return this.IsNull(this._tableRelationshipDetails.PKCatalogColumn);