←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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.DataAccessLayer Assembly
Click or drag to resize