dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleObject Class / ExecuteMethod Method / ExecuteMethod(OracleConnection,String,OracleParameterCollection) Method
The connection to the Oracle database where the UDT used is declared.
The method to be invoked.
An OracleParameterCollection collection of method parameters.

In This Topic
ExecuteMethod(OracleConnection,String,OracleParameterCollection) Method
In This Topic
Calls the method of an Oracle object with the specified set of parameters.
Syntax
'Declaration
 
Public Overloads Function ExecuteMethod( _
   ByVal connection As OracleConnection, _
   ByVal name As String, _
   ByVal parameters As OracleParameterCollection _
) As Object
 

Parameters

connection
The connection to the Oracle database where the UDT used is declared.
name
The method to be invoked.
parameters
An OracleParameterCollection collection of method parameters.

Return Value

The return value of the UDT method.
See Also