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 SentryQueryUpdater to modify a query with sentry extensions without affecting the original query.
ToString()
String output.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | a > b |