QueryInfoProviderGetQueryInfo Method (String) |
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
)
Parameters
- name
- Type: SystemString
QueryInfo name
Return Value
Type:
QueryInfoQuery object. Null if the query doesn't exist.
See Also