Icon SQLStatementType Property

property SQLStatementType: TSQLStatementType

Usage

The SQLStatementType property indicates the kind of SQL statement currently specified in the SQL property.

Information This property is only valid after the current SQL statement has been prepared by calling the Prepare method, or by executing the SQL statement using the Open or ExecSQL methods. Also, the SQLStatementType property is useful when executing multiple SQL statements in a script since it always indicates the type of the current SQL statement being executed.
Image