| KREDOR Business Object Framework Documentation |
|
SelectFrom.StoredProcedure Method
Gets a SelectFrom instance configured to use the specified stored procedure arguments to select the objects from tha database.
Parameters
-
String
- The name of the stored procedure to call when the SelectFrom.Query() method is called.
-
Object[]
- The arguments to pass to the stored procedure.
Return Value
A SelectFrom representing a call to the specified stored procedure with the specified arguments
See Also
SelectFrom Class | Kredor.BO Namespace