Skip to main content

FetchRowsResult(Object[], Boolean, Object) Constructor

Initializes a new instance of the FetchRowsResult class with specified settings.

Namespace: DevExpress.Data

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public FetchRowsResult(
    object[] rows,
    bool hasMoreRows = true,
    object nextSkipToken = null
)

Parameters

Name Type
rows Object[]

Optional Parameters

Name Type Default
hasMoreRows Boolean True
nextSkipToken Object *null*
See Also