Click or drag to resize
WhereConditionBaseTParentWhereLessOrEquals Method (String, 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: 10.0.0
Syntax
C#
public TParent WhereLessOrEquals(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Value

Return Value

Type: TParent
See Also