DataAccessExecuteStoredProcedure Method (String) |
Executes a stored procedure.
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic void ExecuteStoredProcedure(
string storedProcName
)
Public Sub ExecuteStoredProcedure (
storedProcName As String
)
Parameters
- storedProcName
- Type: SystemString
The name of the stored procedure to execute
See Also