Click or drag to resize
WhereConditionBaseTParentWhereLessOrEquals Method (IQueryObjectWithValue, Object)
Adds the given where condition to the query. Matches the left side which is less or equal than the right side.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TParent WhereLessOrEquals(
	IQueryObjectWithValue leftSide,
	Object rightSide
)

Parameters

leftSide
Type: CMS.DataEngineIQueryObjectWithValue
Left side
rightSide
Type: SystemObject
Right side

Return Value

Type: TParent
See Also