dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePackage Class / DescribeProcedure Method
Name of the procedure.

DescribeProcedure Method
Returns collection of parameters required to execute a procedure.
Syntax
'Declaration
 
Public Function DescribeProcedure( _
   ByVal name As String _
) As OracleParameterCollection
 

Parameters

name
Name of the procedure.

Return Value

Collection of parameters required to execute a procedure.
Remarks
You can use DescribeProcedure method to obtain collection of parameters that can be passed to one of ExecuteProcedure overloads. It is most efficient to to describe a procedure and execute it several times then changing parameters' values only.
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