Click or drag to resize
WhereConditionBaseTParentWhere 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: 13.0.131
Syntax
C#
public virtual TParent Where(
	Action<WhereCondition> condition
)

Parameters

condition
Type: SystemActionWhereCondition
Nested where condition

Return Value

Type: TParent

Implements

IWhereConditionTParentWhere(ActionWhereCondition)
See Also