←Select platform

QueryPageInfo Constructor (QueryPageInfo)

Summary

Initializes a new instance of the QueryPageInfo class.

Syntax

C#
VB
C++
public QueryPageInfo(  
   int pageSize, 
   int pageNumber 
) 
Public Function New( _ 
   ByVal pageSize As Integer, _ 
   ByVal pageNumber As Integer _ 
) 
public: 
QueryPageInfo(  
   int pageSize, 
   int pageNumber 
) 

Parameters

pageSize
The page size.

pageNumber
The page number (1-based indexing)

Remarks

Note that the pageNumber is 1-based. This means you should pass a value of 1 (not 0) to reference the first page.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.DataAccessLayer Assembly
Click or drag to resize