Click or drag to resize
SqlGeneratorIsSystemQuery Method
Check if the specified query is system query.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool IsSystemQuery(
	string queryName
)

Parameters

queryName
Type: SystemString
Query name

Return Value

Type: Boolean
See Also