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: 13.0.131
Syntax
C#
public const string NOEXPAND = "NOEXPAND"

Field Value

Type: String
See Also