Hi
I'm am in the beginning fase of creating a Scheduler module for an application. We have used LLBLGen through the whole application.
But I can“t see how I can do the follwing with LLBL. (I want to let the database do the job)
In pseduo SQL
select * from booking where "tablefield.creationdate+3 month" > parameter.today
So I want to add a timespan to a date field on the database and then filter on the result by the predicate.
Is that possible?.(I really hope!) If so can you give a hint?
Thanks Alot!
Anders, Denmark