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: 8.1.3.0 (8.1.3.20220620)
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