Click or drag to resize
DataAccessPrepareCommand Method (String, Hashtable)
Builds an generic DbCommand according to a SQL statement and a set of parameters

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public DbCommand PrepareCommand(
	string sqlQuery,
	Hashtable parameters
)

Parameters

sqlQuery
Type: SystemString
A SQL query
parameters
Type: System.CollectionsHashtable
A collection of parameters

Return Value

Type: DbCommand
See Also