Doctrine\OrientDB\Query\Command\SelectInterface::limit PHP Method

limit() public method

Sets the maximum amount of records retrieved whithin the current SELECT.
public limit ( integet $limit ) : Select
$limit integet
return Select
    public function limit($limit);