Icon GeneratePlan Property

property GeneratePlan: Boolean

Usage

The GeneratePlan property can be used to specify that a query plan be generated and stored in the Plan property when the SQL statement(s) specified in the SQL property is/are executed.

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