Icon TableName Property

property TableName: String

Usage

The TableName property indicates the target table of the SQL statement currently specified in the SQL property. This property is only populated when the current SQL statement is not a SELECT statement.

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 TableName property is useful when executing multiple SQL statements in a script since it always indicates the target table of the current SQL statement being executed.
Image