←Select platform

QueryPageInfoEnum Enumeration

Summary

Specifies the paging type for a QueryPageInfo object

Syntax
C#
C++/CLI
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 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.