Click or drag to resize

HintEnumSET_NOINDEX Field

For use with subqueries and on-select, on-merge, on-Update and on-delete to specify the query engine neither build an implicit index nor use an existing index, always performing a full table scan.

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public const HintEnum SET_NOINDEX = 6

Field Value

Type: HintEnum
See Also