0

Using DTO's, I dont' need Breeze to actually save the data in the database. I do it myself. But I would still need Breeze to correctly manage SaveResult. I've tried to create the SaveResult myself, but by simply passing the created objects in the Entity list, I then miss things such as the id fix on the client.

So I would really really want Breeze to be able to perform the SaveChanges process until the end somehow.

Is that possible?

4

1 回答 1

1

好吧,我最终决定将我自己的 KeyMappings 列表添加到手动创建的 SaveResult 中。奇迹般有效。

于 2013-10-02T13:48:47.153 回答