Click or drag to resize

featurePropertiesdatasheet_RowCountAlgorithmByPerformance Property

If Ajax RowCount is enabled, will automatically enable asynchronous row counts on a mapper that isn't explicitly marked with the NoCount attribute. The logic kicks in when the mapper query exceeds a certain threshold as specified by RowCountAlgorithmByPerformanceThreshold.

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

Property Value

Type: Boolean
If Ajax RowCount is enabled, will automatically enable asynchronous row counts on a mapper that isn't explicitly marked with the NoCount attribute. The logic kicks in when the mapper query exceeds a certain threshold as specified by RowCountAlgorithmByPerformanceThreshold.
See Also