ResultCapped

Class: TMMScript

property ResultCapped : Boolean;  { read-only }

True when Execute succeeded but stopped loading rows early because MaxRows was reached.
The rows present in the EDB result table are the first MaxRows rows returned by the query.

Distinct from ResultIncomplete, which signals an error truncation. When ResultCapped = True and ResultIncomplete = False, the result is deterministic and complete up to the requested cap.

See Also

(C) 2026 Easygate, Lda