query.Query.limit

query.Query.limit(count)

Set the LIMIT (uses TOP in SQL Server).

Args: count: Maximum number of rows to return.

Returns: Query: This Query instance for method chaining.