This method of the Command class sets a string containing a provider command, such as an SQL statement, a table name, a relative URL, or a stored procedure call. Default is "" (zero-length string).
public void setCommandText(String command);
command | A string containing a provider command. |