Skip to content

v2.4.12

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 16 Jan 22:47
· 208 commits to master since this release
9b7ff43

Download the library here

PATCH

  • ADDED: DynamicMemberNames to get the list of member used for ExpandoObject

Example

var context = new EvalContext();

context.IncludeMemberFromAllParameters = true;
context.Compile<Func<Person, ExpandoObject, bool>>("Name == null && Children == 2 && DateOfPay.Year == 2003");
                 
var dynamicMemberNames = context.DynamicMemberNames; 

Trial unlocked for the current month (January)