dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePackage Class / ExecuteProcedure Method / ExecuteProcedure(String,OracleParameterCollection) Method
The name of the stored procedure or function.
Parameters to be passed to the procedure as arguments.

In This Topic
ExecuteProcedure(String,OracleParameterCollection) Method
In This Topic
Executes stored procedure or function.
Syntax
'Declaration
 
Public Overloads Function ExecuteProcedure( _
   ByVal name As String, _
   ByVal parameters As OracleParameterCollection _
) As Object
 

Parameters

name
The name of the stored procedure or function.
parameters
Parameters to be passed to the procedure as arguments.

Return Value

Return value of the stored function.
Remarks

If a procedure with specified name cannot be found in the package an exception is thrown. This is also the case when you specify wrong parameters.

See Also