Click or drag to resize

DataAccessFillTableFromQuery Method (String, Hashtable, DataSet, String)

Load the specified table of a given dataset with the results of the specified select SQL query

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void FillTableFromQuery(
	string sqlQuery,
	Hashtable parameters,
	DataSet dataSet,
	string tableIdentifier
)

Parameters

sqlQuery
Type: SystemString
A select SQL query
parameters
Type: System.CollectionsHashtable
A collection of parameters
dataSet
Type: System.DataDataSet
The dataset to fill
tableIdentifier
Type: SystemString
A table name identifier
See Also