WhereConditionBaseTParentWhereGreaterThan Method (IQueryObjectWithValue, Object) |
Adds the given where condition to the query. Matches the left side which is greater than the right side.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual TParent WhereGreaterThan(
IQueryObjectWithValue leftSide,
Object rightSide
)
Parameters
- leftSide
- Type: CMS.DataEngineIQueryObjectWithValue
Left side - rightSide
- Type: SystemObject
Right side
Return Value
Type:
TParentSee Also