QueryPageInfo Constructor(int,int)

Summary
Initializes a new instance of the QueryPageInfo class.
Syntax
C#
C++/CLI
public QueryPageInfo( 
   int pageSize, 
   int pageNumber 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

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