Class LessThan
The Less Than class
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class LessThan : Compare, ICloneable
Constructors
LessThan(Argument, Argument)
Initializes a new instance of the LessThan class, and takes left and right as in-parameters.
Declaration
public LessThan(Argument left, Argument right)
Parameters
Type | Name | Description |
---|---|---|
Argument | left | left side of the compare |
Argument | right | right side of the compare |
Methods
Clone()
Clone the query. Parameter values are shared between the original and the clone.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object | Copy of the LESSTHAN node |
Overrides
Remarks
This method is used by the
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | a < b |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)