Data Source Api QuerySet Hint Index For Count Method
Specify a hint index name for this counting query.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The query object itself for chaining purpose.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public DataSourceApiQuery SetHintIndexForCount(
string hintIndexForCount
)Parameters
- hintIndexForCount String
- The hint index name
Return Value
DataSourceApiQueryThe query object itself for chaining purpose.