←Select platform

QueryPageInfo Constructor(QueryPageInfoEnum,int,int)

Summary

Initializes a new instance of this class.

Syntax
C#
VB
C++
Public Sub New(ByVal pagingType As QueryPageInfoEnum, ByVal pageSize As Integer, ByVal start As Integer) 

Parameters

pagingType

One of the QueryPageInfoEnum enumeration members.

pageSize

Number of records in each page.

start

This can be the page number (1-based) when pagingType == QueryPageInfoEnum.Paging,

or the absolute record to start from (0-based) when pagingType == QueryPageInfoEnum.Offset.

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.