Click or drag to resize

FieldPropertiesAggregateType Property

The aggregate function to use when calculating mapper (datasheet) aggregate row values. If not specified, Sum is used. See AggregateType

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
AggregateType AggregateType { get; }

Property Value

Type: AggregateType
The aggregate function to use when calculating mapper (datasheet) aggregate row values. If not specified, Sum is used. See AggregateType
See Also