What does AsNoTracking() do in an EF Core LINQ query?
-
A
Returns entities without adding them to the change tracker, improving read performance
-
B
Disables lazy loading for the query
-
C
Prevents the query from being cached
-
D
Marks entities as read-only in the schema