5 references to FKSchemaColumn
System.Data.Entity.Design (5)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
904row[table.FKSchemaColumn],
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (4)
163return ((string)(this[this._tableRelationshipDetails.FKSchemaColumn])); 167throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.FKSchemaColumn.ColumnName, _tableRelationshipDetails.TableName, e); 172this[this._tableRelationshipDetails.FKSchemaColumn] = value; 359return this.IsNull(this._tableRelationshipDetails.FKSchemaColumn);