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:
See also:
Class SqlEverywhereDataService