C1.LiveLinq Namespace : IndexingHintAction Enumeration |
'Declaration
Public Enum IndexingHintAction Inherits System.Enum
public enum IndexingHintAction : System.Enum
Member | Description |
---|---|
Mandatory | Create an index for this expression, if such index does not already exist. Use this index in executing the query (perform an index scan using that index). Throw an exception if it is impossible to use it in query execution. |
Optional | Create an index for this expression, if such index does not already exist. Use this index in executing the query, if it is possible. Do not throw exception if it is impossible to use that index in query execution. |
UseExistingIndex | Check that there exists an index for this expression. If it does not exist, throw an exception. Use this index in executing the query. Throw an exception if it is impossible to use this index in query execution. |
System.Object
System.ValueType
System.Enum
C1.LiveLinq.IndexingHintAction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2