0

We are using BreezeJS with an EntityFramework backend. Part of our requirements is that we execute stored procedures on our server during the Breeze SaveChanges. Our problem is that we can't ensure transaction integrity unless we can piggy-back our stored procedure calls into breeze's ambient transaction.

We are unable to perform the operations of the stored procedures through data manipulation because of management.

tldr; can we use breeze's EFContext's transaction scope to execute stored procedures along with the usual SaveChanges

4

1 回答 1

1

抱歉花了这么长时间。

这是一个很好的问题,而且很有意义。但是......我们现在没有一个很好的答案,它不涉及实际修改 Breeze.WebApi dll。请将此作为功能请求添加到Breeze User Voice中。在确定下一步要做什么时,我们非常重视这个场地。

另一种选择是发送电子邮件至微风@ideablade.com。他们的顾问对 Breeze 有深入的了解,并且可以想象也可以进行修改。

于 2013-04-30T20:03:42.917 回答