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.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic DataObjectApiQuery LimitSearch(
int? limit
)
Parameters
- limit NullableInt32
- The search limit.
Return Value
DataObjectApiQueryThe query object itself for chaining purpose.
See Also