File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public enum QueryTrackingBehavior
2323 /// The change tracker will not track any of the entities that are returned from a LINQ query. If the
2424 /// entity instances are modified, this will not be detected by the change tracker and
2525 /// <see cref="DbContext.SaveChanges()" /> will not persist those changes to the database.
26+ /// Identity resolution is not performed.
2627 /// </summary>
2728 /// <remarks>
2829 /// <para>
@@ -42,6 +43,7 @@ public enum QueryTrackingBehavior
4243 /// The change tracker will not track any of the entities that are returned from a LINQ query. If the
4344 /// entity instances are modified, this will not be detected by the change tracker and
4445 /// <see cref="DbContext.SaveChanges()" /> will not persist those changes to the database.
46+ /// Identity resolution is performed.
4547 /// </summary>
4648 /// <remarks>
4749 /// <para>
You can’t perform that action at this time.
0 commit comments