© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
2y ago
•
11 replies
Core
✅ EF: how to structure same EF select query with no tracking?
Hello
,
I need the exact same select query with and without tracking
. Should I implement it in 2 separate methods or a single method with a
bool
bool
parameter that would determine if the query will use tracking or not
(e
.g
.
SelectSomething(enableTracking = true)
SelectSomething(enableTracking = true)
)
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
❔ Ef tracking issue
C
C# / help
4y ago
✅ Ef Query
C
C# / help
3y ago
How to structure query functions in services
C
C# / help
3y ago
❔ Optimizing EF query
C
C# / help
3y ago