https://github.com/jeremylikness/queryevaluationinterceptor
An example of intercepting IQueryable executions to parse and transform the query.
https://github.com/jeremylikness/queryevaluationinterceptor
csharp dotnet-core expressions iqueryable linq
Last synced: about 1 month ago
JSON representation
An example of intercepting IQueryable executions to parse and transform the query.
- Host: GitHub
- URL: https://github.com/jeremylikness/queryevaluationinterceptor
- Owner: JeremyLikness
- License: mit
- Created: 2020-08-15T14:45:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T15:41:59.000Z (over 4 years ago)
- Last Synced: 2025-03-24T20:21:40.512Z (about 2 months ago)
- Topics: csharp, dotnet-core, expressions, iqueryable, linq
- Language: C#
- Homepage: https://blog.jeremylikness.com/blog/inspect-and-mutate-iqueryable-expression-trees/
- Size: 15.6 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QueryEvaluationInterceptor
An example of intercepting IQueryable executions to parse and transform the query.
👉 Read the related blog post: [Inspect and Mutate IQueryable Expression Trees](https://blog.jeremylikness.com/blog/inspect-and-mutate-iqueryable-expression-trees/)