DbNetSuiteVS
GridColumn..::.AggregateValues Enumeration
NamespacesDbNetLink.DbNetSuiteVSGridColumnGridColumn..::.AggregateValues
Columm aggregates. Used in Aggregate property.
Declaration Syntax
C#Visual Basic
public enum AggregateValues
Public Enumeration AggregateValues
Members
MemberDescription
None
No aggregate

Sum
Sums the values in the column

Avg
Averages the values in the column

Min
Display the minimum value in the column

Max
Display the maximum value in the column

Count
Displays a count

Assembly: DbNetLink.DbNetSuiteVS (Module: DbNetLink.DbNetSuiteVS) Version: 0.9.3317.16858 (0.9.0.0)