DataService.ExecuteStoredProcedureQuery

Executes a stored procedure and adds the result to an existing DataSet

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

Return Value

DataSet

Parameters

command
Sql Command object

entityName
Name of the resulting entity in the DataSet

existingDataSet
Existing data set the data is to be added to

Overloads:

public abstract DataSet ExecuteStoredProcedureQuery( IDbCommand command, string entityName );

See also:

Class DataService


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