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 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 | UPPER(a) |