Click or drag to resize

DataAccessCreateInsertAdapter Method

Creates a data adpater using the specified insert 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 CreateInsertAdapter(
	string insertQuery
)

Parameters

insertQuery
Type: SystemString
The insert SQL query to use

Return Value

Type: DbDataAdapter
The created data adapter
See Also