1 write to _relationshipEnd
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (1)
40
internal set {
_relationshipEnd
= value; }
5 references to _relationshipEnd
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (5)
39
get { return
_relationshipEnd
; }
121
if (
_relationshipEnd
== null || _entitySet == null )
133
if ( !
_relationshipEnd
.Type.IsOfType( _entitySet.EntityType ) &&
134
!_entitySet.EntityType.IsOfType(
_relationshipEnd
.Type ))
137
System.Data.Entity.Strings.InvalidEndEntitySetTypeMismatch(
_relationshipEnd
.Name ) );