Mimer Data Provider

MimerCommand.CommandText Property

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);

Property Value

The SQL statement to execute. Default is an empty string.

Implements

IDbCommand.CommandText

See Also

MimerCommand Class | Mimer.Data.Client Namespace