【发布时间】:2011-05-18 08:30:34
【问题描述】:
我从 Diego 和 genonist 那里得到了一些关于在这里使用 NHibernate 未来的好答案: Getting count with NHibernate + Linq + Future
它在 SQL Server 中运行良好。但是使用 SQL Server Compact Edition 我得到这个错误:
System.Data.SqlServerCe.SqlCeException : There was an error parsing the query. [ Token line number = 2,Token line offset = 1,Token in error = SELECT ]
难道不能在 SQL Server Compact Edition (4) 中使用 future 吗?
【问题讨论】: