标签: c# orm
基本上,通过这个问题,我试图实现这种行为:
List<Person> newPersons = ...; connection.UpdateAll(newPersons, /*where clause*/);
Sql等价物将是每个人的批量更新。 但是,到目前为止没有结果......