更新所有条件

时间:2018-07-19 15:31:00

标签: c# sqlite xamarin

我正在尝试更新日期为null的sqlite表中的所有行并将其设置为现在。

我不确定如何正确编写该语句。

 public static SQLiteAsyncConnection dbConnection;

 await dbConnection.UpdateAllAsync(foo).Where(Date.Now.toString() => x.Date == null)

0 个答案:

没有答案