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