'Declaration Public Function New( _ ByVal commandText As String, _ ByVal connection As OracleConnection _ )
public OracleCommand( string commandText, OracleConnection connection )
Parameters
- commandText
- The text of the query.
- connection
- A OracleConnection object that represents the connection to Oracle.