SqlHints Class |
Namespace: CMS.DataEngine
public class SqlHints
The SqlHints type exposes the following members.
Name | Description | |
---|---|---|
NOEXPAND |
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.
| |
NOLOCK |
Specifies that the query can read the uncommitted data and ignores the locks.
|
Name | Description | |
---|---|---|
GetTableHints |
Gets the table hints for the query
|