Hi,
I am new to LLBLGen, and would like to implement a complex filter. I use the adapter model.
Trying to fetch an entityCollection using the following query :
select top 1 id
from MyTable
where major_id= @majorId and @asOf >= from_date
order by from_date asc
How can I do this?
Thanks
C