Class Sum
The Sum class to find the sum of a column in a row set
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class Sum : Aggregation, ICloneable
Constructors
Sum(Argument)
Initializes a new instance of the Sum class, and takes arg as in-parameters.
Declaration
public Sum(Argument arg)
Parameters
Type | Name | Description |
---|---|---|
Argument | arg |
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 and node and its sub-elements |
Overrides
Remarks
This method is used by the
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | UPPER(a) |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)