207 Views
Supporting stored procedures is nothing new for OpenAccess ORM. The most common solution is to write an additional method for each stored procedure, encapsulating all the required information needed to invoke it, executing it and returning the results. Now you don’t even have to create the methods....
0 comments