| QueryInfoProviderBaseTProviderGetQueryInfoInternal Method (String) | 
            Returns QueryInfo with specified name.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
Syntaxpublic virtual QueryInfo GetQueryInfoInternal(
	string queryName
)
Parameters
- queryName
- Type: SystemString
 QueryInfo name
Return Value
Type: 
QueryInfoQuery object. Null if the query doesn't exist.
 See Also
See Also