Click or drag to resize
WhereConditionBase<TParent>.WhereGreaterOrEquals Method (String, Object)
Adds the given where condition to the query. Matches the left side which is greater or equal than the right side.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public TParent WhereGreaterOrEquals(
	string columnName,
	Object value
)

Parameters

columnName
Type: System.String
Column name
value
Type: System.Object
Value

Return Value

Type: TParent
See Also