featurePropertiesdatasheet_RowCountAlgorithmByPerformanceThreshold Property |
When the RowCountAlgorithmByPerformance feature is turned on, the platform then uses the value of this property to set a query duration threshold at which the subsequent RowCount will be forced to be asynchronous as though the mapper had the NoCount attribute specified. If the value is less than or equal to zero, all RowCounts will be performed asynchronously. The default threshold is 500 msec.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax int datasheet_RowCountAlgorithmByPerformanceThreshold { get; }
ReadOnly Property datasheet_RowCountAlgorithmByPerformanceThreshold As Integer
Get
Property Value
Type:
Int32When the RowCountAlgorithmByPerformance feature is turned on, the platform then uses the value of this property to set a query duration threshold at which the subsequent RowCount will be forced to be asynchronous as though the mapper had the NoCount attribute specified. If the value is less than or equal to zero, all RowCounts will be performed asynchronously. The default threshold is 500 msec.
See Also