| Name | Description | |
|---|---|---|
![]()  | Exception | Gets the exception object thrown by the query execution if any, else gets null. | 
![]()  | ExecutionDuration | Gets the query execution duration. | 
![]()  | OriginalQueryString | Gets the query string compiled and then executed to obtain this execution result. | 
![]()  | Status | Gets a value indicating the status of this query execution result, QueryExecutionStatus.Success, QueryExecutionStatus.Exception if an exception was thrown by the query execution, QueryExecutionStatus.TimeOut if the query execution timed out. | 
![]()  | SuccessResult | Gets the IQueryExecutionSuccessResult object if Status is true, else gets null. | 


