Click or drag to resize
DataAccessFillTableFromQuery Method (DbDataAdapter, 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: 2.4.0.0 (2.4.0.0)
Syntax
public void FillTableFromQuery(
	DbDataAdapter adapter,
	DataSet dataSet,
	string tableIdentifier
)

Parameters

adapter
Type: System.Data.CommonDbDataAdapter
A data adapter to use
dataSet
Type: System.DataDataSet
The dataset to fill
tableIdentifier
Type: SystemString
A table name identifier
See Also