Class Aggregation
The Aggregation class
Inheritance
Aggregation
Implements
Inherited Members
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 |