Skip to content

Commit

Permalink
[OData.Sample]: SampleDbContextCore removed QueryTrackingBehavior.NoT…
Browse files Browse the repository at this point in the history
…racking
  • Loading branch information
tomasfabian committed Jan 6, 2024
1 parent 532c1be commit 82e94d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Samples/Sample.DataCore/EFCore/SampleDbContextCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public override ChangeTracker ChangeTracker
{
var changeTracker = base.ChangeTracker;

changeTracker.QueryTrackingBehavior = QueryTrackingBehavior.NoTracking;
changeTracker.LazyLoadingEnabled = false;

return changeTracker;
Expand Down

0 comments on commit 82e94d7

Please sign in to comment.