摘要: 利用数据库链接进行事务操作 var db = ConnectionHelper.GetConn(ConnectionType.Write);//获取上下文 var conn = db.Connection;//取出数据库链接 conn.... 阅读全文
posted @ 2015-03-30 14:27 xingbo 阅读(264) 评论(0) 推荐(0) 编辑
摘要: public interface IOrderByExpression where TEntity : class{ IOrderedQueryable ApplyOrderBy(IQueryable query); IOrderedQueryable ApplyThenBy(IOrde... 阅读全文
posted @ 2015-03-30 14:07 xingbo 阅读(344) 评论(0) 推荐(0) 编辑