Click or drag to resize
IWhereConditionTParentAnd Method (IWhereCondition)
Adds the given where condition with the AND operator

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TParent And(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition

Return Value

Type: TParent
See Also