Click or drag to resize

DataObjectApiQueryLimitSearch Method

When the limit is set, Casewhere will only process the search result within that limit, even when more data is found. If the limit is not set, Casewhere will use the SearchLimit configured in the web.config. This limit is applied for full-text search only.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DataObjectApiQuery LimitSearch(
	int? limit
)

Parameters

limit  NullableInt32
The search limit.

Return Value

DataObjectApiQuery
The query object itself for chaining purpose.
See Also