Icon Plan Property

property Plan: TStrings

Usage

The Plan property is where the query plan is stored when the SQL statement specified in the SQL property is/are executed and the RequestPlan property is set to True. The Plan property is cleared before each new SQL statement specified in the SQL property is executed.

Information Query plans are only generated for SQL SELECT, INSERT, UPDATE, or DELETE statements.
Image