QueryInfoProviderQueryIsExplicitlyDefined Method |
Returns true if the given query is explicitly defined
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static bool QueryIsExplicitlyDefined(
string className,
string queryName
)
Parameters
- className
- Type: SystemString
Class name - queryName
- Type: SystemString
Query name
Return Value
Type:
BooleanSee Also