QueryInfoProviderGetQueryInfo Method (String, Boolean) |
Returns QueryInfo with specified name.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static QueryInfo GetQueryInfo(
string name,
bool throwException
)
Parameters
- name
- Type: SystemString
QueryInfo name - throwException
- Type: SystemBoolean
If true, exception is thrown if query does not exist
Return Value
Type:
QueryInfoQuery object. Null if the query doesn't exist.
See Also