Skip to main content

SelectedData(SelectStatementResult[]) Constructor

Initializes a new instance of the SelectedData class with the specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public SelectedData(
    params SelectStatementResult[] resultSet
)

Parameters

Name Type Description
resultSet SelectStatementResult[]

An array of SelectStatementResult objects that represent the result of select operations.

See Also