Tagged Questions
0
votes
2answers
2k views
Comparing Date / DateTime ine Entity SQL Where clause
I have a method which accepts an ObjectQuery and adds Where clauses to it depending on whether it receives values for various filter parameters. The method has to return an ObjectQuery. How can i do a ...