Class Avg
The Avg Class. Not yet implemented.
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class Avg : Aggregation, ICloneable
Constructors
Avg(FieldInfo)
Initializes a new instance of the Avg class.
Declaration
public Avg(FieldInfo field)
Parameters
| Type | Name | Description |
|---|---|---|
| FieldInfo | field | Database information field |
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 AVG node and its sub-elements |
Overrides
ToString()
String output.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | UPPER(a) |