FetchRowsResult(Object[], Boolean, Object) Constructor
In This Article
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 |
---|---|---|
has |
Boolean | True |
next |
Object | *null* |
See Also