| DataPagerGetFirstPage Method |
Move CurrentPages to the first page and return the data.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntaxpublic IEnumerable<NxDataPage> GetFirstPage()
Public Function GetFirstPage As IEnumerable(Of NxDataPage)
Return Value
Type:
IEnumerableNxDataPageThe data
See Also