我使用.NET核心和SQLKata访问Server数据库。我有一个使用SQLKata.Execution.PaginationResult从数据库中获取所有记录的方法。SqlConnection(configuration.GetConnectionString("MyTable"));
_db = new QueryFactory(conn, new SqlKata.Compilers.SqlServerCompiler
我正在尝试通过.NET Core Lambda函数(AWS)运行以下SQLKata语句来更新一行数据。现在我得到以下错误: SqlKata.Execution.XQuery' does not contain a definition for 'Update' 从SQLKata文档中看,他们的示例与我的示例没有太大区别