Vrungar Dragonforge
Results
1
issues of
Vrungar Dragonforge
I am trying to get the following to work: ```C# var rule = Rule.Create("Description", "Contains", "Do"); var expression = MRE.ToExpression(rule); var retVal = records.AsQueryable() .Where(expression) .ToList(); ``` where `records` is...