STATIC FUNCTION Limit ( Limit AS Integer ) AS ConnectionLimits 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(...) |