Using Dynamic Linq extensions
Hi, trying to use https://dynamic-linq.net/ in Linqpad, all the references imported etc.
System.Linq.Dynamic.Core
Z.EntityFramework.Classic
but Linqpad doesn't seem to recognise extension methods e.g. IQueryable.Select("FieldName")
Thanks
Pavel
Comments
doh.. missed actual reference
"System.Linq.Dynamic.Core"
Linqpad is great but I think if "using .." was part of actual code it would be easier to track this things.