码迷,mamicode.com
首页 > 其他好文 > 详细

ABP学习笔记

时间:2016-04-30 23:30:02      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:

 
1. 用 Nhibernate:CountAsync 是定义在System.Data.Entity里的
var totalCount = await query.CountAsync();
出现以下错误:
System.InvalidOperationException: The provider for the source IQueryable doesn‘t implement IDbAsyncQueryProvider. Only providers that implement IDbAsyncQueryProvider can be used for Entity Framework asynchronous operations. 
Nhibernate 不支持异步???

ABP学习笔记

标签:

原文地址:http://www.cnblogs.com/bqh10086/p/5449555.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!