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

最終的に、手動で作成した SaveResult に独自の KeyMappings のリストを追加することにしました。魅力のように機能します。

于 2013-10-02T13:48:47.153 に答える