Implemented interface member:
property
IsRelationship
System.Data.IEntityStateEntry.IsRelationship
2 overrides of IsRelationship
System.Data.Entity (2)
System\Data\Objects\EntityEntry.cs (1)
120
override public bool
IsRelationship
System\Data\Objects\RelationshipEntry.cs (1)
56
override public bool
IsRelationship
7 references to IsRelationship
System.Data.Entity (6)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
229
if (_cacheEntry.
IsRelationship
)
System\Data\Objects\ObjectStateEntryDbUpdatableDataRecord.cs (2)
57
if (_cacheEntry.
IsRelationship
)
68
if (_cacheEntry.
IsRelationship
)
System\Data\Objects\ObjectStateEntryOriginalDbUpdatableDataRecord.cs (3)
44
Debug.Assert(!_cacheEntry.
IsRelationship
, "should not be relationship");
49
Debug.Assert(!_cacheEntry.
IsRelationship
, "should not be relationship");
72
Debug.Assert(!_cacheEntry.
IsRelationship
, "should not be relationship");
System.Data.Services (1)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
612
if (entry.State != EntityState.Detached && !entry.
IsRelationship
&& entry.Entity != null)