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