0

如果您的表仅包含一列,并且该列具有标识规范。如何使用 simple.data 编写插入语句?我已经尝试过“DataBase.Table.Insert()”方法和“没有属性的扩展方法”;既不工作。

4

1 回答 1

1
db.Table.Insert(columnName: null);

应该管用。

于 2012-08-28T11:11:02.270 回答