Class GreaterThanOrEqual
The GreaterThanOrEqual class
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class GreaterThanOrEqual : Compare, ICloneable
Constructors
GreaterThanOrEqual(Argument, Argument)
Initializes a new instance of the GreaterThanOrEqual class.
Declaration
public GreaterThanOrEqual(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 GreaterThanOrEqual node |
Overrides
Remarks
This method is used by the
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | a > b |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)