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.

ExecuteProcedure(String,OracleParameterCollection) Method
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also