Click or drag to resize

DataAccessExecuteStoredProcedure Method (String)

Executes a stored procedure.

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
Syntax
public void ExecuteStoredProcedure(
	string storedProcName
)

Parameters

storedProcName
Type: SystemString
The name of the stored procedure to execute
See Also