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

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

Parameters

types
Type: SystemString
Types to include

Return Value

Type: TQuery

Implements

IMultiQueryTQuery, TInnerQueryTypes(String)
See Also