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