Click or drag to resize
MultiQueryBaseTQuery, TInnerQueryType Method
Includes given type with optional parameters. When additional parameters are specified, the query always executes using sub-queries for individual types. If only type is specified, the query allows usage of the default query and additional data from sub-queries may not be included.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TQuery Type(
	string type,
	Action<TInnerQuery> parameters = null
)

Parameters

type
Type: SystemString
Type to include
parameters (Optional)
Type: SystemActionTInnerQuery
Action to setup the inner type parameters

Return Value

Type: TQuery

Implements

IMultiQueryTQuery, TInnerQueryType(String, ActionTInnerQuery)
See Also