We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca95bdd commit 6af1b02Copy full SHA for 6af1b02
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