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