[]
Comparison operation LessThanOrEqual.
public ColumnCondition Lte(object val)
Public Function Lte(val As Object) As ColumnCondition
| Type | Name | Description |
|---|---|---|
| object | val | A value. |
| Type | Description |
|---|---|
| ColumnCondition | True if a column value is greater than or equal to the specified value. |