Overload | Description |
---|---|
ExecuteMethod(ICustomOracleObject,OracleConnection,String,String,Object[]) | Calls the method of an Oracle object with the specified set of parameters. |
ExecuteMethod(ICustomOracleObject,OracleConnection,String,String,Type,Object[]) | Calls the method of an Oracle object with the specified set of parameters. |
ExecuteMethod(ICustomOracleObject,OracleConnection,String,String,OracleParameterCollection) | Calls the method of an Oracle object with the specified set of parameters. |
ExecuteMethod(ICustomOracleObject,OracleConnection,String,String,OracleParameterCollection,Boolean) | Calls the method of an Oracle object with the specified set of parameters. |
ExecuteMethod(OracleConnection,String,Object[]) | Calls the method of an Oracle object with the specified set of parameters. |
ExecuteMethod(OracleConnection,String,Type,Object[]) | Calls the method of an Oracle object with the specified set of parameters. |
ExecuteMethod(OracleConnection,String,OracleParameterCollection) | Calls the method of an Oracle object with the specified set of parameters. |
ExecuteMethod(OracleConnection,String,OracleParameterCollection,Boolean) | Calls the method of an Oracle object with the specified set of parameters. |