SelectStatementResult(Object[]) Constructor
Initializes a new instance of the SelectStatementResult class with the specified rows.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| testData | Object[] | An array of objects that will be represented as the collection’s elements. |
See Also