Click or drag to resize

DataAccessExecuteQuery Method (String, Hashtable, String)

Returns a dataset loaded with the results of the specified select SQL query

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public DataSet ExecuteQuery(
	string sqlQuery,
	Hashtable parameters,
	string tableIdentifier
)

Parameters

sqlQuery
Type: SystemString
A select SQL query
parameters
Type: System.CollectionsHashtable
A collection of parameters
tableIdentifier
Type: SystemString
A table name identifier

Return Value

Type: DataSet
The loaded dataset
See Also