Click or drag to resize
MultiQueryBaseTQuery, TInnerQueryEnsureQuery Method
Ensures the query with the given type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual TInnerQuery EnsureQuery(
	string type
)

Parameters

type
Type: SystemString
Query type

Return Value

Type: TInnerQuery
See Also