how can I get a function like SqlMethods.DateDiffMinute?
http://msdn.microsoft.com/en-us/library ... 10%29.aspx
I want to select rows where a specified time is over:
DateTime DateTime Int32
DateTime.Now - Row.DateTime > Row.MaxMinutes
I am trying for hours now but it keeps saying that the SqlMethods
are not implemented as you said it is in version 4.xx .

Regards