Home > comp > gb.db > connection > limit 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Connection.Limit (gb.db)
Syntax
FUNCTION Limit ( Limit AS Integer ) AS Connection
Limits the number of records returned by the next query.

After the query is executed, the number of returned records is reset to unlimited.

This method returns the connection it applies to, so that you can write something like that: DB.Limit(X).Exec(...)