CommandText property

Description

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

See also

“AseCommand constructors”.