Sets the last page as the current page.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool MoveToLastPage()
Visual Basic
Public Function MoveToLastPage As Boolean

Return Value

true if the operation was successful; otherwise, false.

See Also