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)
-
0
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>
-
0
Thanks