VirtualServerModeRowsTaskResult(ICollection, Boolean, Object) Constructor
In This Article
Initializes a new instance of the VirtualServerModeRowsTaskResult class with the specified settings.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public VirtualServerModeRowsTaskResult(
ICollection rows,
bool moreRowsAvailable = false,
object userData = null
)
#Parameters
Name | Type | Description |
---|---|---|
rows | ICollection | The object to initialize the Virtual |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
more |
Boolean | False | The object to initialize the Virtual |
user |
Object | null | The object to initialize the Virtual |
See Also