Click or drag to resize
QueryInfoProviderQueryIsExplicitlyDefined Method
Returns true if the given query is explicitly defined

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static bool QueryIsExplicitlyDefined(
	string className,
	string queryName
)

Parameters

className
Type: SystemString
Class name
queryName
Type: SystemString
Query name

Return Value

Type: Boolean
See Also