| 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.ControlsAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax[ObsoleteAttribute("This property has been relevant for SQL Server 2000 only.")]
public bool UsePrecisePaging { get; set; }Property Value
Type: 
Boolean
See Also