Click or drag to resize

BeforeRequeryArgsTopN Property

Gets the TOPN setting for the upcoming query -- that is, the maximum number of records requested. If the extension provides data in Data it may choose to ignore this value and provide additional data which may help with the RecordCount determination.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int TopN { get; }

Property Value

Type: Int32
See Also