Icon RequestPlan Property

property RequestPlan: Boolean

Usage

The RequestPlan property can be used to specify that a query plan be generated and stored in the Plan property when the SQL statement specified in the SQL property is executed.

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