Overload | Description |
---|---|
CreateCommand() | Creates and returns a OracleCommand object associated with the OracleConnection. |
CreateCommand(String) | Creates and returns a OracleCommand object associated with the OracleConnection, and having the specified command text. |
CreateCommand(String,CommandType) | Creates and returns a OracleCommand object associated with the OracleConnection, and having the specified command text and command type. |