Click or drag to resize

DataObjectApiQuerySetHintIndexForCount Method

Specify a hint index name for this counting query.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DataObjectApiQuery SetHintIndexForCount(
	string hintIndexForCount
)

Parameters

hintIndexForCount  String
The hint index name

Return Value

DataObjectApiQuery
The query object itself for chaining purpose.
See Also