gpt4 book ai didi

c# - 如何使用 FluentMigrator 将值更新为 null

转载 作者:行者123 更新时间:2023-12-04 10:12:37 25 4
gpt4 key购买 nike

如何使用 FluentMigrator 流畅语法将所有行更新为空?您不能将 null 分配给匿名类型属性。

Update.Table("mytable").Set(new { supplierid = null }).AllRows();

最佳答案

我找到了问题的答案。您必须使用 DBNull.Value

Update.Table("mytable").Set(new { supplierid = DBNull.Value }).AllRows();

关于c# - 如何使用 FluentMigrator 将值更新为 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61254614/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com