Click or drag to resize
IWhereConditionTParentWhere Method (IWhereCondition)
Adds the given where conditions to the query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TParent Where(
	params IWhereCondition[] conditions
)

Parameters

conditions
Type: CMS.DataEngineIWhereCondition
Nested where conditions

Return Value

Type: TParent
See Also