| Member | Value | Description | 
|---|---|---|
| TDOLE_EXECUTE_QUERY_LIMIT_OK_NOTRUNCATION_STATUS | 0 | All records that match the query were returned. | 
| TDOLE_EXECUTE_QUERY_LIMIT_OK_TRUNCATED_BY_REQUEST_STATUS | 1 | The result set was truncated at the limit specified in the ExecuteQuery command. | 
| TDOLE_EXECUTE_QUERY_LIMIT_OK_TRUNCATED_BY_SITEADMIN_STATUS | 2 | The result set was truncated at the limit specified by the site configuration param REPORT_QUERY_RECORDS_LIMIT. |