subsonic 3.0.0.3 activeRecord 之间
你好,我使用 subsonic 3.0.0.3 activeRecord 但似乎无法计算!
select * from orders where orderdate between startdate, enddate;
已尝试过IQueryable
非常感谢您的帮助,请记下版本号,并且任何答案实际上都适用于该版本 和活动记录。
谢谢
Hi im using subsonic 3.0.0.3 activeRecord but cant seems to figure between !
select * from orders where orderdate between startdate, enddate;
have tried IQueryable<orders> myOrders = order.All().Where(x => x.order_date).isBetweenAnd
help much appreciated, please make note of version number, and that any answers actually work for that version
and activeRecord.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试:
try: