2 writes to _columnRelationshipName
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
259
this.
_columnRelationshipName
= new System.Data.DataColumn(RELATIONSHIP_NAME, typeof(string), null, System.Data.MappingType.Element);
278
this.
_columnRelationshipName
= base.Columns[RELATIONSHIP_NAME];
2 references to _columnRelationshipName
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
185
return this.
_columnRelationshipName
;
260
base.Columns.Add(this.
_columnRelationshipName
);