Skip to main content
A newer version of this page is available. .

SelectStatementResult(SelectStatementResultRow[]) Constructor

Initializes a new instance of the SelectStatementResult class with the specified collection of rows.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public SelectStatementResult(
    SelectStatementResultRow[] rows
)

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