SqlEverywhereDataService.ExecuteStoredProcedureQuery

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

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

Return Value

DataSet

Parameters

command
Sql Everywhere Command object

entityName
Name of the resulting entity in the DataSet

existingDataSet
Existing data set the data is to be added to

Overloads:

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

See also:

Class SqlEverywhereDataService


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