'Declaration Public Overloads Function CreateCommand( _ ByVal commandText As String, _ ByVal commandType As CommandType _ ) As OracleCommand
public OracleCommand CreateCommand( string commandText, CommandType commandType )
Parameters
- commandText
- The command text to assign to the command object.
- commandType
- One of the System.Data.CommandType values.
Return Value
A OracleCommand object.