Show / Hide Table of Contents

Class Aggregation

The Aggregation class

Inheritance
Object
QueryElement
Argument
Aggregation
Avg
Count
CountAll
Distinct
Max
Min
Sum
Implements
ICloneable
Inherited Members
Argument.Equal(Argument)
Argument.UnEqual(Argument)
Argument.LessThan(Argument)
Argument.LessThanOrEqual(Argument)
Argument.GreaterThan(Argument)
Argument.GreaterThanOrEqual(Argument)
Argument.Like(Argument)
Argument.Like(String)
Argument.NotLike(Argument)
Argument.NotBetween(Argument, Argument)
Argument.Between(Argument, Argument)
Argument.In(Argument[])
Argument.HasAny(Argument[])
Argument.HasAll(Argument[])
Argument.MissingAny(Argument[])
Argument.MissingAll(Argument[])
Argument.IsNull()
Argument.IsNotNull()
Argument.NotIn(Argument[])
Argument.ToArgumentArray<T>(T[])
Argument.ToArgumentArray<T>(T[], Boolean)
Argument.GetSubElements()
Argument.Alias
Argument.DataType
Argument.Size
QueryElement.Clone()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public abstract class Aggregation : Argument, ICloneable

Constructors

Aggregation(Argument)

Default constructor that initializes a new instance of the Aggregation class.

Declaration
public Aggregation(Argument arg)
Parameters
Type Name Description
Argument arg

The object we are dealing with. Might be a FieldInfo or an Argument.

Fields

_arg

The object we are dealing with.

Declaration
protected Argument _arg
Field Value
Type Description
Argument

Properties

ArgumentObject

Get the argument we are dealing with - a field or a value.

Declaration
public Argument ArgumentObject { get; }
Property Value
Type Description
Argument

Methods

GetMainField()

Returns information about a database field.

Declaration
public override FieldInfo GetMainField()
Returns
Type Description
FieldInfo
Overrides
Argument.GetMainField()

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top