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; }
ReadOnly Property datasheet_RowCountAlgorithmByPerformance As Boolean
Get
Property Value
Type:
BooleanIf 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