tagTDAPI_EXECUTE_QUERY_LIMIT Enumeration
Description
The status returned by ICommand2.ExecuteQuery if synchronous, or ICommand2.IsActionFinished when asynchronous.
Members
MemberValueDescription
TDOLE_EXECUTE_QUERY_LIMIT_OK_NOTRUNCATION_STATUS0All records that match the query were returned.
TDOLE_EXECUTE_QUERY_LIMIT_OK_TRUNCATED_BY_REQUEST_STATUS1The result set was truncated at the limit specified in the ExecuteQuery command.
TDOLE_EXECUTE_QUERY_LIMIT_OK_TRUNCATED_BY_SITEADMIN_STATUS2The result set was truncated at the limit specified by the site configuration param REPORT_QUERY_RECORDS_LIMIT.