FetchRowsResult(Object[], Boolean, Object) Constructor
In This Article
Initializes a new instance of the FetchRowsResult class with specified settings.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#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