DataObjectApiQuerySetHintIndex Method
|
Specify a hint index name for this query.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic DataObjectApiQuery SetHintIndex(
string hintIndexName
)
Parameters
- hintIndexName String
- The hint index name
Return Value
DataObjectApiQueryThe query object itself for chaining purpose.
See Also