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 ...
0
votes
2answers
83 views

Searching free accomodation

I need help with a query? I have 2 tables reservations & units among others. Table reservations has columns ResId,rfrom(datetime),rto(datetime),status(int),UnitID(foreign key). Status 2 means its ...