5 references to FKCatalogColumn
System.Data.Entity.Design (5)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
903
DbObjectKey fkKey = new DbObjectKey(row[table.
FKCatalogColumn
],
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (4)
141
return ((string)(this[this._tableRelationshipDetails.
FKCatalogColumn
]));
145
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.
FKCatalogColumn
.ColumnName, _tableRelationshipDetails.TableName, e);
150
this[this._tableRelationshipDetails.
FKCatalogColumn
] = value;
350
return this.IsNull(this._tableRelationshipDetails.
FKCatalogColumn
);