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.1.0
Syntax public DataObjectApiQuery LimitSearch(
int? limit
)
Parameters
- limit
- Type: SystemNullableInt32
The search limit.
Return Value
Type:
DataObjectApiQueryThe query object itself for chaining purpose.
See Also