QuickObjects.DBLibrary Send comments on this topic.
RunSQLReturnDataset(String,DataSet,String) Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class > RunSQLReturnDataset Method : RunSQLReturnDataset(String,DataSet,String) Method
sqlCommand
dataSet
tableName

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

Syntax

C# 
public DataSet RunSQLReturnDataset( 
   string sqlCommand,
   DataSet dataSet,
   string tableName
)

Parameters

sqlCommand
dataSet
tableName

Requirements

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

See Also