Click or drag to resize

DataAccessCreateAdapter Method (String, String, String)

Creates a data adapter using the specified actions SQL queries

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 insertQuery,
	string updateQuery,
	string deleteQuery
)

Parameters

insertQuery
Type: SystemString
The insert SQL query to use
updateQuery
Type: SystemString
The update SQL query to use
deleteQuery
Type: SystemString
The delete SQL query to use

Return Value

Type: DbDataAdapter
The created data adapter
See Also