Skip to main content

SelectStatementResult(ICollection) Constructor

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public SelectStatementResult(
    ICollection rows
)

Parameters

Name Type Description
rows ICollection

A collection of rows that will be copied to the collection being created.

See Also