Contents Index Cancel method CommandTimeout property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaCommand class

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 

AsaCommand constructors


Contents Index Cancel method CommandTimeout property