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

SelectStatementResult(ICollection) 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(
    ICollection rows
)

Parameters

Name Type Description
rows ICollection

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

See Also