Implemented interface member:
property
Context
System.Data.Objects.Internal.IEntityWrapper.Context
4 writes to Context
System.Data.Entity (4)
System\Data\Objects\Internal\BaseEntityWrapper.cs (4)
82
Context
= context;
150
Context
= context;
169
Context
= context;
188
Context
= null;
4 references to Context
System.Data.Entity (4)
System\Data\Objects\Internal\BaseEntityWrapper.cs (4)
167
if (!object.ReferenceEquals(
Context
, context))
178
if (
Context
!= null &&
179
Context
.ObjectStateManager.TransactionManager.IsAttachTracking &&
180
Context
.ObjectStateManager.TransactionManager.OriginalMergeOption == MergeOption.NoTracking)