Click or drag to resize

QueryTableControlUsePrecisePaging Property

Note: This API is now obsolete.

Gets or sets the option to take extra measures in order to avoid the well-known paging problem that occurs on SQL Server (additional results on last page or on following empty pages). This problem (and thus the option) should disappear with wider distribution of SQL 2005.

Namespace:  PDTec.IceNet.Web.UI.Controls
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
[ObsoleteAttribute("This property has been relevant for SQL Server 2000 only.")]
public bool UsePrecisePaging { get; set; }

Property Value

Type: Boolean
See Also