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