QuickObjects.DBLibrary Send comments on this topic.
RunSQLReturnDataset Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class : RunSQLReturnDataset Method

RunSQLReturnDataset

This method runs a SQL Command and returns a dataset.

Parameters:
Description
sqlCommandSQL command to be executed.

Returns:
Type
System.Data.DataSet

Overload List

OverloadDescription
RunSQLReturnDataset(String)RunSQLReturnDataset

This method runs a SQL Command and returns a dataset.

Parameters:
Description
sqlCommandSQL command to be executed.

Returns:
Type
System.Data.DataSet
 

RunSQLReturnDataset(String,ArrayList)RunSQLReturnDataset

This method runs a SQL Command and returns a dataset.

Parameters:
Description
sqlCommandSQL command to be executed.
sqlParamsSQL parameters to be passed to the command object.

Returns:
Type
System.Data.DataSet
 

RunSQLReturnDataset(String,DataSet,String)RunSQLReturnDataset

This method runs a SQL Command and returns a dataset.

Parameters:
Description
sqlCommandSQL command to be executed.
dataSetdataSet where the result set should be added
tableNameTable name for the new table to be added into the data set.

Returns:
Type
System.Data.DataSet
 

RunSQLReturnDataset(String,DataSet,String,ArrayList)RunSQLReturnDataset

This method runs a SQL Command and returns a dataset.

Parameters:
Description
sqlCommandSQL command to be executed.
dataSetdataSet where the result set should be added
tableNameTable name for the new table to be added into the data set.
sqlParamsSQL parameters to be passed to the command object.

Returns:
Type
System.Data.DataSet
 

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also