Click or drag to resize

DataAccessCreateAdapter Method (String, Boolean)

Creates a data adpater using the specified select SQL query

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public DbDataAdapter CreateAdapter(
	string selectQuery,
	bool buidActionCommands
)

Parameters

selectQuery
Type: SystemString
The select SQL query to use
buidActionCommands
Type: SystemBoolean
Determine whether or not the action commands have to be automatically built

Return Value

Type: DbDataAdapter
The created data adapter
See Also