Click or drag to resize
DataAccessCreateUpdateAdapter Method
Creates a data adpater using the specified update SQL query

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public DbDataAdapter CreateUpdateAdapter(
	string updateQuery
)

Parameters

updateQuery
Type: SystemString
The update SQL query to use

Return Value

Type: DbDataAdapter
The created data adapter
See Also