IFulltext QueryTDocumentLimit Method
Limits the results returned by this query.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQuery<TDocument> Limit(
int skip,
int take
)VB
Function Limit (
skip As Integer,
take As Integer
) As IFulltextQuery(Of TDocument)Parameters
Return Value
IFulltextQueryTDocumentThe current instance.
Exceptions
| ArgumentException | Occurs when skip is less than zero or take is less or equal to zero. |