Hi,
I have an AccessEvent table which has a TimeStamp field. I have a related table which is linked by the ID and TimeStamp field. I need to filter the linked table data by Id and TimeStamp field values. I need to pass the value "20-NOV-11 01.14.05.679247000 PM" from UI(C#) to LLBLGen filter expression.
How can I pass the above Timestampe value via a BL method and process the value via LLBLGen Filter? ( I am using selfservicing).