ORMLite是否可以按条件批量更新?

时间:2016-10-19 06:58:19

标签: c# orm

基本上,通过这个问题,我试图实现这种行为:

List<Person> newPersons = ...;
connection.UpdateAll(newPersons, /*where clause*/);

Sql等价物将是每个人的批量更新。 但是,到目前为止没有结果......

0 个答案:

没有答案