←Select platform

QueryPageInfoEnum Enumeration

Summary

Specifies the paging type for a QueryPageInfo object

Syntax
C#
VB
C++
public enum QueryPageInfoEnum 
Public Enum QueryPageInfoEnum 
public enum class QueryPageInfoEnum sealed 
Members
0 None

No paging.

1 Paging

Paging enabled, 'start' parameter will be interpreted as the page number and is 1-based.

2 Offset

Paging enabled, 'start' parameter will be interpreted as the offset (how many records to skip) and is 0-based.

Remarks

You can use the QueryPageInfoEnum enumeration to construct QueryPageInfo objects from different paging options.

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.