DataPagerGetLastPageAsync Method |
Move CurrentPages to the last page and return the data.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task<IEnumerable<NxDataPage>> GetLastPageAsync()
Public Function GetLastPageAsync As Task(Of IEnumerable(Of NxDataPage))
Return Value
Type:
TaskIEnumerableNxDataPageA task with the data as result.
See Also