DataService.ExecuteStoredProcedureQuery

Executes a stored procedure and returns the result in a DataSet

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

Return Value

DataSet

Parameters

command
Sql Command object

entityName
Name of the resulting entity in the DataSet

Overloads:

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

See also:

Class DataService


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