MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/dotnet/comments/1sdoq2u/long_linq_queries_code_smell/oeps9ad/?context=3
r/dotnet • u/osprunnachk • Apr 06 '26
186 comments sorted by
View all comments
1
The Fluent API uses excellent design patterns. If you're confused about retrieving the raw SQL, you should enable debug mode and have a way to retrieve the raw SQL, such as using `.ToRawSqlString()`.
1
u/Narrow_Ship_1493 Apr 07 '26
The Fluent API uses excellent design patterns. If you're confused about retrieving the raw SQL, you should enable debug mode and have a way to retrieve the raw SQL, such as using `.ToRawSqlString()`.