Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 255 Bytes

DynamicLinqSolution

Project contains some examples using Dynamic LINQ With System.Linq.Dynamic.Core Library

  1. Where condition on property under a sub object
  2. Dynamically creating lambda expressions
  3. Group sort
  4. Selecting Data Using Dynamic LINQ