Click or drag to resize
IMultiQueryTQuery, TInnerQueryTypes Method
Includes the given types to the resulting query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TQuery Types(
	params string[] types
)

Parameters

types
Type: SystemString
Types to include

Return Value

Type: TQuery
See Also