Skip to main content
Version: SDK-6.0.0

GreaterOrEqual

public void GreaterOrEqual(string key, int value);
public void GreaterOrEqual(string key, long value);
public void GreaterOrEqual(string key, double value);

Parameters

ValueTypeDescription
keystringColumn's key value
valueint(Selection) Data to compare
valuelong(Selection) Data to compare
valuedouble(Selection) Data to compare

Description

It is used to search the data whose key column data is equal to or greater than the value.
The key must not begin with a number. If it does, a warning is displayed, and 'Where' is not added.

Example

where.GreaterOrEqual(string key, T value);