Base solution for your next web application
Open Closed

Storeprocedure,view,function #2533


User avatar
0
akl1985 created

Dear All,

I'm using NetCoreAngular2. I wanna call sp,view,functions from server side. How do it?

Thanks all


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

    Hi,

    You can check this forum post #1417@8bc21bc5-17a5-4b16-b919-b63abcc16b6c. Please write back if it does not work for you.

    Thanks.

  • User Avatar
    0
    akl1985 created

    Thanks million all

  • User Avatar
    0
    akl1985 created

    By the way, Could we use CustomerRepositoryBase Class which your team wrote? If we can, How we use it?

    Thanks All

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    RepositoryBase class is similar to this one <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/blob/master/src/AbpCompanyName.AbpProjectName.EntityFramework/EntityFramework/Repositories/AbpProjectNameRepositoryBase.cs">https://github.com/aspnetboilerplate/mo ... oryBase.cs</a>.

    If you created your project from module zero template, it should be already in your project. Otherwise, you can create a similar class to this one and derive your repositories from that class.

  • User Avatar
    0
    akl1985 created

    Thanks ismcagdas