'Declaration Public Overloads Function ExecuteProcedure( _ ByVal name As String, _ ByVal parameters As OracleParameterCollection, _ ByVal parameterCheck As Boolean _ ) As Object
public object ExecuteProcedure( string name, OracleParameterCollection parameters, bool parameterCheck )
Parameters
- name
- The name of the stored procedure or function.
- parameters
- Parameters to be passed to the procedure as arguments.
- parameterCheck
- If true, collection of parameters is automatically adjusted to correspond to stored procedure's declaration.