SelectStatementResult(SelectStatementResultRow[]) Constructor
Initializes a new instance of the SelectStatementResult class with the specified collection of rows.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
rows | DevExpress.Xpo.DB.SelectStatementResultRow[] | An array of rows that represent the result of a single select query to a data store. Each row contains the values of the queried fields. This value is assigned to the SelectStatementResult.Rows property. |
See Also