BusinessObject.ExecuteStoredProcedureQuery

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:

public virtual DataSet ExecuteStoredProcedureQuery( IDbCommand command, string entityName );
public virtual DataSet ExecuteStoredProcedureQuery( IDbCommand command, string entityName, DataSet existingDataSet );

See also:

Class BusinessObject


  Last Updated: 5/23/2007 | © , 2007