DEV Community

Discussion on: Filter Your Grids: How to Dynamically Build LINQ Expressions

Collapse
 
peledzohar profile image
Zohar Peled

Note that even though query syntax and method syntax are semantically identical, there are some features of linq that can only be expressed as method syntax.
Here's a linq(k) to the documentation.