Click or drag to resize
IWhereConditionTParentWhere Method (ActionWhereCondition)
Adds the given where condition to the query. Creates a new where condition object and runs the setup actions on it.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TParent Where(
	Action<WhereCondition> condition
)

Parameters

condition
Type: SystemActionWhereCondition
Nested where condition

Return Value

Type: TParent
See Also