Gets or sets the default action for indexing hints.
Namespace:
C1.LiveLinqAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
| C# |
|---|
public static IndexingHintAction DefaultAction { get; set; } |
| Visual Basic |
|---|
Public Shared Property DefaultAction As IndexingHintAction Get Set |
Remarks
The default is IndexingHintAction.Optional. This setting
is global for the application. If you want to change it, do it at application startup.