Version LLBLGEN 3.1
How can I create the equivalent to this with predicate filters. Please Help. The query just compare dates and return records that match a range between two dates.
SELECT * FROM EHRNOTIFYQUEUE WHERE convert(char(10),NotifyDate,101) >= convert(char(10),GETDATE(),101) AND convert(char(10),NotifyDate,101) <= convert(char(10),GETDATE(),101)