C1.LiveLinq Namespace : Hints Class |
'Declaration
Public MustInherit NotInheritable Class Hints
public static class Hints
A hint does not change the value of the expression it is applied to, it only tells LiveLinq to create and use an index on that property, if possible.
Note: Hints can only be used in indexed queries (with AsIndexed() extension method). Using them in live views (with AsLive() extension method) will result in an exception.
See How to create indexes.System.Object
C1.LiveLinq.Hints
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