Skip to content

Commit

Permalink
Add note about tracking use for nav property fix-up (#263)
Browse files Browse the repository at this point in the history
Add note about tracking use for nav property fix-up
  • Loading branch information
tdykstra committed Sep 15, 2016
1 parent 6eefd02 commit f964e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/querying/tracking.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tracking vs. No-Tracking
========================

Tracking behavior controls whether or not Entity Framework Core will keep information about an entity instance in its change tracker. If an entity is tracked, any changes detected in the entity will be persisted to the database during ``SaveChanges()``.
Tracking behavior controls whether or not Entity Framework Core will keep information about an entity instance in its change tracker. If an entity is tracked, any changes detected in the entity will be persisted to the database during ``SaveChanges()``. Entity Framework Core will also fix-up navigation properties between entities that are obtained from a tracking query and entities that were previously loaded into the DbContext instance.

.. contents:: `In this article:`
:depth: 2
Expand Down

0 comments on commit f964e5d

Please sign in to comment.