I'm trying to catch bookings between two datetimes.
There's:
Start(DateTime) and Hours(Duration, TimeSpan) ..
I've googled and found out several others have these problems because LINQ doesn't translate to T-SQL very well ..
This is my LINQ Query and the translated T-SQL: http://pastebin.com/sLrpWLma
I've seen that someone here have created some extension method that should work, but I am not sure where to put this method and which modifiers to use to have it available in my query? LINQ Between Operator