This will produce: WHERE... OrderDate IS NULL. I dont now if that is related to your question.
shekar wrote:
If I want to filter in format 'dd/mm/yyyy' minus time how do i do it ?
What is the approximate SQL you want to produde?
For instance, if you have a datetime in DB but you just want to compare the date part, you can invoke the Oracle's TRUNCATE function trough a LLBLGen DBFunctionCall.
This will produce: WHERE... OrderDate IS NULL. I dont now if that is related to your question.
shekar wrote:
If I want to filter in format 'dd/mm/yyyy' minus time how do i do it ?
What is the approximate SQL you want to produde?
For instance, if you have a datetime in DB but you just want to compare the date part, you can invoke the Oracle's TRUNCATE function trough a LLBLGen DBFunctionCall.