This article talks about building dynamic queries using strings, is this possible?
I tried
var ase = a.Select("NEW(activity_date as date)");
and does not work
Type arguments for the method 'System.Linq.Enumerable.Select (System.Collections.Generic.IEnumerable, System.Func)' cannot be decommissioned. Try to set the type arguments explicitly.
C:\.....\filename.xaml.cs
How do I create dynamic linq queries at runtime using strings?
user677607
source share