Click or drag to resize

DataAccessCreateAdapter Method (String, Hashtable)

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
)

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

Return Value

Type: DbDataAdapter
The created data adapter
See Also