Specifies hints or other execution guidance to be passed to the database for use in query planning.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[SerializableAttribute]
public class Hints
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Hints

Remarks

Hint support is database-dependent. LightSpeed does not warn if you provide a hint which is not supported by the database engine. Some combinations of hints and database engines may not be supported from LightSpeed even if the engine supports them: use LightSpeedContext.Logger to check the generated SQL query, and refer to the documentation for information on what hints are supported on what databases.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Querying..::.Hints

See Also