Click or drag to resize
SqlHintsGetTableHints Method
Gets the table hints for the query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetTableHints(
	params string[] hints
)

Parameters

hints
Type: SystemString
List of hints to include

Return Value

Type: String
See Also