Click or drag to resize

DataAccessCreateAdapter Method (String, Hashtable, Boolean)

Creates a data adapter using 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 DbDataAdapter CreateAdapter(
	string selectQuery,
	Hashtable selectQueryParameters,
	bool buildActionCommands
)

Parameters

selectQuery
Type: SystemString
The select SQL query to use
selectQueryParameters
Type: System.CollectionsHashtable
The collection of parameters to use with the specified select SQL query
buildActionCommands
Type: SystemBoolean
Determine whether or not the action commands have to be automatically built

Return Value

Type: DbDataAdapter
The created data adapter
See Also