Stored Procedures Support
nunofilipecosta opened this issue · 3 comments
nunofilipecosta commented
Enable stored procedures support
tugberkugurlu commented
Hi,
Thanks for bringing this up here. What kind of support are u looking for this? Would that be enough for you if EntityRepository<TEntity, TKey>
exposes the EntitiesContext
as a protected member?
nunofilipecosta commented
I guess what i would like is something like this.
_entityRepository.ExecStoredProcedure(params);
I'm not entirely sure of all the implications in the source code...
tugberkugurlu commented
I see. This doesn't belong here, though. Once you have DbContext
as protected member through the EntityRepository
, you can implement your own like that if you would like to.