Icon ExecutionTime Property

property ExecutionTime: Double

Usage

The ExecutionTime property indicates the total time, in seconds, that the current SQL statement or script took to execute. This time does not include any time taken to prepare and parse the query, only the execution time itself. If executing multiple SQL statements separated by semicolons (a script), this property will reflect the cumulative execution time of all of the SQL statements.
Image