Click or drag to resize
SqlHints.GetTableHints Method
Gets the table hints for the query

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

Parameters

hints
Type:System.String[]
List of hints to include

Return Value

Type: String
See Also