Home
last modified time | relevance | path

Searched refs:GetEntityKeyFromEntity (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DIEntityKeyStrategy.cs35 EntityKey GetEntityKeyFromEntity(); in GetEntityKeyFromEntity() method
H A DPocoEntityKeyStrategy.cs44 public EntityKey GetEntityKeyFromEntity() in GetEntityKeyFromEntity() method in System.Data.Objects.Internal.PocoEntityKeyStrategy
H A DEntityWithKeyStrategy.cs45 public EntityKey GetEntityKeyFromEntity() in GetEntityKeyFromEntity() method in System.Data.Objects.Internal.EntityWithKeyStrategy
H A DEntityWrapper.cs238 public override EntityKey GetEntityKeyFromEntity() in GetEntityKeyFromEntity() method in System.Data.Objects.Internal.EntityWrapper
240 return _keyStrategy.GetEntityKeyFromEntity(); in GetEntityKeyFromEntity()
H A DIEntityWrapper.cs61 EntityKey GetEntityKeyFromEntity(); in GetEntityKeyFromEntity() method
H A DNullEntityWrapper.cs91 public EntityKey GetEntityKeyFromEntity() in GetEntityKeyFromEntity() method in System.Data.Objects.Internal.NullEntityWrapper
H A DLightweightEntityWrapper.cs102 public override EntityKey GetEntityKeyFromEntity() in GetEntityKeyFromEntity() method in System.Data.Objects.Internal.LightweightEntityWrapper
H A DBaseEntityWrapper.cs221 public abstract EntityKey GetEntityKeyFromEntity(); in GetEntityKeyFromEntity() method 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 DObjectContext.cs535 …Key key = existingEntry != null ? existingEntry.EntityKey : wrappedEntity.GetEntityKeyFromEntity(); in VerifyRootForAdd()
703 EntityKey key = wrappedEntity.GetEntityKeyFromEntity(); in AddSingleObject()
1104 EntityKey key = wrappedEntity.GetEntityKeyFromEntity(); in AttachSingleObject()
H A DObjectStateManager.cs357 dataObjectEntityKey = wrappedObject.GetEntityKeyFromEntity(); in AddEntry()