Skip to main content
Version: SDK-6.0.0

LessOrEqual

public void LessOrEqual(string key, int value);
public void LessOrEqual(string key, double value);
public void LessOrEqual(string key, bool 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 size is equal to or smaller than value.
The key must not begin with a number. If it does, a warning is displayed, and 'Where' is not added.

Example

where.LessOrEqual(string key, T value);