Base solution for your next web application
Open Closed

Sample ABP angular + MVC+ Entity Framework Project with S P #1417


User avatar
0
shyamjith created

Hi

Is there any Sample ABP angular + MVC+ Entity Framework Project with Stored Procedure available ?

I would like to use Stored Procedure for getting data from Multiple tables( I don't want to use Entity Framework GetAll Method)


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We dont have an example but you can do it by defining a custom repository. <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Repositories#custom-repositories">http://aspnetboilerplate.com/Pages/Docu ... positories</a>

    You will have access to DbContext in custom repository. Place your stored procedure call just like you do in EF before.

  • User Avatar
    0
    shyamjith created

    Thank you :)