Click or drag to resize
QueryInfoProviderGetQueryInfoInternal Method (String)
Returns QueryInfo with specified name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public override QueryInfo GetQueryInfoInternal(
	string queryName
)

Parameters

queryName
Type: SystemString
QueryInfo name

Return Value

Type: QueryInfo
Query object. Null if the query doesn't exist.
See Also