Skip to main content

SelectStatementResult(Object[]) Constructor

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public SelectStatementResult(
    params object[] testData
)

Parameters

Name Type Description
testData Object[]

An array of objects that will be represented as the collection’s elements.

See Also