5 references to PKSchemaColumn
System.Data.Entity.Design (5)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
901
row[table.
PKSchemaColumn
],
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (4)
75
return ((string)(this[this._tableRelationshipDetails.
PKSchemaColumn
]));
79
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.
PKSchemaColumn
.ColumnName, _tableRelationshipDetails.TableName, e);
84
this[this._tableRelationshipDetails.
PKSchemaColumn
] = value;
323
return this.IsNull(this._tableRelationshipDetails.
PKSchemaColumn
);