Gets or sets the SQL statement to execute in the database server.
[Visual Basic] Public Property CommandText As String _ Implements IDbCommand.CommandText [C#] public string CommandText { get; set; } [C++] public: __property String* get_CommandText(); public: __property void set_CommandText(String* ); [JScript] public function get CommandText() : String public function set CommandText(String);
The SQL statement to execute. Default is an empty string.
MimerCommand Class | Mimer.Data.Client Namespace