Class: TMMScript
property MaxRows : Int64;
Maximum number of rows to load into the local EDB result table.
0 = no limit (default).
When > 0, Execute stops fetching as soon as
MaxRows rows have been inserted — no additional pages are
fetched. ResultCapped
is set to True when this limit is reached.