Home
last modified time | relevance | path

Searched refs:OwnsRelationshipManager (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DEntityWrapper.cs61 public override bool OwnsRelationshipManager property in System.Data.Objects.Internal.EntityWrapperWithoutRelationships
122 public override bool OwnsRelationshipManager property in System.Data.Objects.Internal.EntityWrapperWithRelationships
H A DIEntityWrapper.cs33 bool OwnsRelationshipManager { get; } property
H A DNullEntityWrapper.cs47 public bool OwnsRelationshipManager property in System.Data.Objects.Internal.NullEntityWrapper
H A DLightweightEntityWrapper.cs96 public override bool OwnsRelationshipManager property in System.Data.Objects.Internal.LightweightEntityWrapper
H A DBaseEntityWrapper.cs217 public abstract bool OwnsRelationshipManager property in System.Data.Objects.Internal.BaseEntityWrapper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DObjectStateManager.cs421 if (!wrappedObject.OwnsRelationshipManager) in AddEntry()
1424 if (!wrappedObject.OwnsRelationshipManager) in AttachEntry()