SqlEverywhereDataService.ExecuteStoredProcedureQuery

Executes a stored procedure and returns the result in a DataSet
Note: In and out parameters are passed as part of the parameters collection.

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

Return Value

DataSet

Parameters

command
Sql Everywhere Command object

entityName
Name of the resulting entity in the DataSet

Overloads:

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

See also:

Class SqlEverywhereDataService


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