Executes a stored procedure using the current data service and returns the result as a dataset
The table in the dataset will be named after the master entity in this BO.
Note: In and out parameters are passed as part of the parameters collection.
public virtual DataSet ExecuteStoredProcedureQuery( IDbCommand command );
Return Value
DataSet
Parameters
command
IDbCommand object
Overloads:
See also:
Class BusinessObject