Click or drag to resize
SqlHintsNOEXPAND Field
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.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public const string NOEXPAND = "NOEXPAND"

Field Value

Type: String
See Also