1 write to m_relation
System.Data.Entity (1)
System\Data\Mapping\StorageAssociationTypeMapping.cs (1)
59
this.
m_relation
= relation;
3 references to m_relation
System.Data.Entity (3)
System\Data\Mapping\StorageAssociationTypeMapping.cs (3)
77
return this.
m_relation
;
88
return new ReadOnlyCollection<EdmType>(new AssociationType[] {
m_relation
});
117
sb.Append(this.
m_relation
.Name);