Base solution for your next web application
Open Closed

Is there a way to execute sql directly in Abp framework #75


User avatar
0
lcyhjx created

Hi,

Abp framework is great. But in few scenarios, I would like to execute sql directly. Is there a way to execute sql directly in Abp framework?


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

    Just create a repository and add a custom method. Then you can do anything like executing SQL or SP in this method. See docs: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/EntityFramework-Integration">http://www.aspnetboilerplate.com/Pages/ ... ntegration</a>

  • User Avatar
    0
    lcyhjx created

    Thanks