Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

GetData Method

Overloads

GetData()

Returns data for CurrentPages.

GetData(IEnumerable<NxPage>)

Returns data for the argument pages, or from CurrentPages if page argument is null. Moves CurrentPages to the argument pages.

GetData(Func<IEnumerable<NxPage>, IEnumerable<NxPage>>)

Moves CurrentPages according to transform and returns data from the resulting pages.

GetData()

Returns data for CurrentPages.

Declaration

      public IEnumerable<NxDataPage> GetData()
    

Returns

Type Description
System.Collections.Generic.IEnumerable<NxDataPage>

The set of data for the CurrentPages.

GetData(IEnumerable<NxPage>)

Returns data for the argument pages, or from CurrentPages if page argument is null. Moves CurrentPages to the argument pages.

Declaration

      public IEnumerable<NxDataPage> GetData(IEnumerable<NxPage> pages)
    

Parameters

Type Name Description
System.Collections.Generic.IEnumerable<NxPage> pages

The set of pages from which to return data

Returns

Type Description
System.Collections.Generic.IEnumerable<NxDataPage>

The set of data for the argument pages.

GetData(Func<IEnumerable<NxPage>, IEnumerable<NxPage>>)

Moves CurrentPages according to transform and returns data from the resulting pages.

Declaration

      public IEnumerable<NxDataPage> GetData(Func<IEnumerable<NxPage>, IEnumerable<NxPage>> pageTransform)
    

Parameters

Type Name Description
System.Func<System.Collections.Generic.IEnumerable<NxPage>, System.Collections.Generic.IEnumerable<NxPage>> pageTransform

The transform to apply to CurrentPages.

Returns

Type Description
System.Collections.Generic.IEnumerable<NxDataPage>

The data

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!