←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly