2 writes to _columnRelationshipId
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
261this._columnRelationshipId = new System.Data.DataColumn(RELATIONSHIP_ID, typeof(string), null, System.Data.MappingType.Element); 279this._columnRelationshipId = base.Columns[RELATIONSHIP_ID];
2 references to _columnRelationshipId
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
193return this._columnRelationshipId; 262base.Columns.Add(this._columnRelationshipId);