Skip to content

Commit 94b2ee9

Browse files
authored
Docs: clarify identity resolution in QueryTrackingBehavior summaries (#37357)
1 parent aa7e394 commit 94b2ee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/EFCore/QueryTrackingBehavior.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)