Is it possible to get SqlFunctions to work with Dynamic Linq? I noticed this post from the SO site which seems to suggest that it is possible, however, every time I run this query below in a .NET project (not .NET Core):
query.Where("SqlFunctions.StringConvert((double?)Property).Contains(\"x\")");
It spits back a message that:
No property or field 'SqlFunctions' exists in type 'Entity'