IMultiQueryTQuery, TInnerQueryType Method |
Includes given type with optional parameters
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
SyntaxTQuery 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