Skip to content

aaubry/DynamicQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicQuery

An improvement of the original Dynamic Linq MSDN sample

Main Additions

  • Allow to specify the list of types that can be used from within the expression.
  • Improve enum handling, so that comparing enums will work.
  • Add support for FirstOrDefault() and Contains().
  • Allow referencing the parent "it" context using "it_x" syntax.
  • Add support for "as" and "is" operators.

About

An improvement of the original Dynamic Linq MSDN sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published