PageNumberFilter Class
A user input filter that enables pagination to be provided by the external system.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.Office.BusinessData.Runtime.FilterBase
Microsoft.Office.BusinessData.Runtime.UserInputFilter
Microsoft.Office.BusinessData.Runtime.PageNumberFilter
Namespace: Microsoft.Office.BusinessData.Runtime
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public NotInheritable Class PageNumberFilter _
Inherits UserInputFilter
'Usage
Dim instance As PageNumberFilter
public sealed class PageNumberFilter : UserInputFilter
Remarks
To request a certain page from the external system, pass the page number as the value of this filter.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.