Click or drag to resize
MultiQueryBaseTQuery, TInnerQueryGetTypesWhereCondition Method
Returns the where condition which filters the default query data for specific types

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual string GetTypesWhereCondition(
	IEnumerable<string> types
)

Parameters

types
Type: System.Collections.GenericIEnumerableString
List of types for which create the where condition

Return Value

Type: String
See Also