Click or drag to resize
IWhereCondition<TParent>.And Method (Action<WhereCondition>)
Adds the given where condition with the AND operator. Creates a new where condition object and runs the setup actions on it.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TParent And(
	Action<WhereCondition> where
)

Parameters

where
Type: System.Action<WhereCondition>

Return Value

Type: TParent
See Also