ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / Hints Class / DefaultAction Property

In This Topic
    DefaultAction Property
    In This Topic
    Gets or sets the default action for indexing hints.
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultAction As IndexingHintAction
    public static IndexingHintAction DefaultAction {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.
    See Also