Click or drag to resize
IMultiQueryTQuery, TInnerQueryType Method
Includes given type with optional parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
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
See Also