MySqlCommand.CommandText property
Gets or sets the command text to execute.
public override string CommandText { get; set; }
Remarks
If CommandType
is Text, this is one or more SQL statements to execute. If CommandType
is StoredProcedure, this is the name of the stored procedure; any special characters in the stored procedure name must be quoted or escaped.
See Also
- class MySqlCommand
- namespace MySqlConnector
- assembly MySqlConnector