错误:不支持的关键字:“password”

版权声明:作者:石头@很想你~ https://blog.csdn.net/qq_36036735/article/details/84947362

不支持的关键字:“password”。
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.ArgumentException: 不支持的关键字:“password”。
源错误:
行 113: public IQueryable GetEntities(Expression<Func<T, bool>> limit)
行 114: {
行 115: return context.Set().Where(limit).AsQueryable();
行 116: }
行 117:

修正方法,重配连接字符串:

猜你喜欢

转载自blog.csdn.net/qq_36036735/article/details/84947362