Icon ExecutionTime Property

__property double ExecutionTime

Usage

The ExecutionTime property indicates the total time, in seconds, that the current SQL statement took to execute. This time does not include any time taken to prepare and parse the query, only the execution time itself.
Image