Stored Procedures

Post Reply
Morillo
User
Posts: 1

Stored Procedures

Post by Morillo »

We need Stored Procedures for some tables that handle connection times.

Thanks in advance


darkdragon
User
Posts: 148

Post by darkdragon »

Ideally there would be support for everything (Tables, Views, Stored Procedures) and be able to use any of them for every CRUD operation.


Webmaster
User
Posts: 9425

Post by Webmaster »

Note that ASP.NET Maker uses Dapper which fully supports stored procedures.


Post Reply