'Declaration Public Overloads Function CreateCommand( _ ByVal commandText As String _ ) As OracleCommand
public OracleCommand CreateCommand( string commandText )
Parameters
- commandText
- The command text to assign to the command object.
Return Value
A OracleCommand object.