Specifies the number of rows need to be fetched from table.
Syntax:
property Limit: Integer .... default -1;
Description:
If Limit > -1 SQL Query is prepared for fetching not more than Limit rows (including 0).