Base solution for your next web application
Open Closed

Custom SQL Views with IRepository pattern #2438


User avatar
0
ryancmartin1976 created

Has anyone been able to figure out how to call SQL Views in a SQL Server database using the Repository Pattern within the ASP.NET Boilerplate Framework?


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

    Hi,

    You can create a custom repository and use custom SQL query in it, see <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Repositories#custom-repositories">http://aspnetboilerplate.com/Pages/Docu ... positories</a>.