ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / MoveToNextPage Method

In This Topic
    MoveToNextPage Method
    In This Topic
    Moves to the page after the current page.
    Syntax
    'Declaration
     
    
    Public Function MoveToNextPage() As System.Boolean
    public System.bool MoveToNextPage()

    Return Value

    true if the operation was successful; otherwise, false.
    See Also