Class Max
The MAX class find the maximum value in a set of rows.
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class Max : Aggregation, ICloneable
Constructors
Max(Argument)
Initializes a new instance of the Max class, and takes arg as in-parameters.
Declaration
public Max(Argument arg)
Parameters
Type | Name | Description |
---|---|---|
Argument | arg | The object we are dealing with. Might be a FieldInfo or an Argument. |
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 MAX node |
Overrides
Remarks
This method is used by the
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | MAX(a) |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)