Click or drag to resize

DataAccessExecuteStoredProcedure Method (String, Hashtable)

Executes a stored procedure.

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void ExecuteStoredProcedure(
	string storedProcName,
	Hashtable parameters
)

Parameters

storedProcName
Type: SystemString
The name of the stored procedure to execute
parameters
Type: System.CollectionsHashtable
A parameters collection
See Also