QueryPageInfo Constructor(int,int)

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.