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