Click or drag to resize

ILimitRouter Interface

An interface representing a query that can accept LIMIT as its next clause

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface ILimitRouter
Methods
  NameDescription
Public methodLimit(IExpression)
Limits a query to the given count (ulong, parameter, etc)
Public methodLimit(IExpression, IExpression)
Limits a query to the given count and also offsets it by a given count (ulong, parameter, etc)
Top
See Also