Stitch.Database Documentation | |
DBConnection.StoredProcedure Method
Executes a stored procedure.
Parameters
- ProcName
- Procedure to execute
- Params
- List of parameters to the query
Return Value
A generic DBResult that can be used to iterate
the returned rows using
FetchArray()
See Also
DBConnection Class | Stitch.Database Namespace