CommandText Property

The text of a SQL statement or stored procedure.

Syntax

string CommandText

Access

Read-write

Property Value

The SQL statement or the name of the stored procedure to execute. The default is an empty string.

Implements

IDbCommand.CommandText
Related reference
AseCommand Constructors