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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual 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