我正在更新列的值并尝试使用以下代码:
Update.Table("Table1").Set(new { Column1 = Column1 + 123 });
但是有一个错误'Column1' doesn't exist in the current context
'Column1' doesn't exist in the current context
我该如何解决?或者我怎样才能重写它以使其正常工作?
汪汪一只猫
相关分类