在使用DapperExtensions时遇到"其他信息: ConnectionString 属性尚未初始化。"错误

今天在使用在使用DapperExtensions时遇到"其他信息: ConnectionString 属性尚未初始化。"错误。

在使用DapperExtensions时遇到"其他信息: ConnectionString 属性尚未初始化。"错误

 

 

                //return conn.GetList<T>(predicate, sort, null, null, buffered);使用该代码报错,在ToList之后不会
                return conn.GetList<T>(predicate, sort, null, null, buffered).ToList();

  

在使用DapperExtensions时遇到"其他信息: ConnectionString 属性尚未初始化。"错误

上一篇:Android SDK的安装与环境变量配置


下一篇:android.os.TransactionTooLargeException