Click or drag to resize
SqlHints Class
Provides SQL hints
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSqlHints

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class SqlHints

The SqlHints type exposes the following members.

Constructors
  NameDescription
Public methodSqlHints
Top
Fields
  NameDescription
Public fieldStatic memberNOEXPAND
Specifies that any indexed views are not expanded to access underlying tables when the query optimizer processes the query. The query optimizer treats the view like a table with clustered index. NOEXPAND applies only to indexed views.
Public fieldStatic memberNOLOCK
Specifies that the query can read the uncommitted data and ignores the locks.
Top
Methods
  NameDescription
Public methodStatic memberGetTableHints
Gets the table hints for the query
Top
See Also