2 implementations of AttachContext
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
147
public void
AttachContext
(ObjectContext context, EntitySet entitySet, MergeOption mergeOption)
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
119
public void
AttachContext
(ObjectContext context, EntitySet entitySet, MergeOption mergeOption)
5 references to AttachContext
System.Data.Entity (5)
System\Data\Objects\Internal\EntityWrapperFactory.cs (1)
305
wrapper.
AttachContext
(context, entitySet, MergeOption.NoTracking);
System\Data\Objects\ObjectContext.cs (3)
730
wrappedEntity.
AttachContext
(this, entitySet, MergeOption.AppendOnly);
1181
wrappedEntity.
AttachContext
(this, entitySet, MergeOption.AppendOnly);
2985
wrappedEntity.
AttachContext
(this, null, MergeOption.NoTracking);
System\Data\Objects\ObjectStateManager.cs (1)
669
wrappedEntity.
AttachContext
(contextToAttach, (EntitySet)keyEntry.EntitySet, MergeOption.AppendOnly);