We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d955ba5 + 6af1b02 commit c6f6ebfCopy full SHA for c6f6ebf
README.md
@@ -1 +1,7 @@
1
-# DynamicLinqSolution
+# DynamicLinqSolution
2
+Project contains some examples using Dynamic LINQ With System.Linq.Dynamic.Core Library
3
+
4
+1. Where condition on property under a sub object
5
+2. Dynamically creating lambda expressions
6
+3. Group sort
7
+4. Selecting Data Using Dynamic LINQ
0 commit comments