Click or drag to resize
QueryInfoProviderBaseTProviderGetQueryInfoFromDB Method
Returns QueryInfo with specified name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static QueryInfo GetQueryInfoFromDB(
	string name
)

Parameters

name
Type: SystemString
QueryInfo name

Return Value

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