I can find >= <= etc. but not equal for a date only using System.Linq.Dynamic DynamicQueryable Where.
Does anyone have an example? Searched the whirled wild web and found nothing yet.
Example:
SELECT * FROM ORDERS WHERE CONVERT(date, Created) = '2016-07-08'