'Declaration Public Overloads Function ExecuteMethod( _ ByVal connection As OracleConnection, _ ByVal name As String, _ ByVal parameters As OracleParameterCollection, _ ByVal parameterCheck As Boolean _ ) As Object
public object ExecuteMethod( OracleConnection connection, string name, OracleParameterCollection parameters, bool parameterCheck )
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.
- parameterCheck
- A boolean specifying whether the parameter set should be generated automatically based on the UDT method's declaration.
Return Value
The return value of the UDT method.