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

SelectStatementResult(Object[]) Constructor

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

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