Click or drag to resize

featurePropertiescompatibility_AggregatesRequireQuery Property

When set, the datasheet will NEVER try to calculate aggregate values inline. This will generally result in additional DB queries that would otherwise be avoided. You should only set this feature if you are experiencing problems with datasheet inline aggregate calculations.

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

Property Value

Type: Boolean
When set, the datasheet will NEVER try to calculate aggregate values inline. This will generally result in additional DB queries that would otherwise be avoided. You should only set this feature if you are experiencing problems with datasheet inline aggregate calculations.
See Also