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

ThreadSafeDataLayer.SelectData(SelectStatement[]) Method

Fetches data from a data store using the specified query statements.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public override SelectedData SelectData(
    params SelectStatement[] selects
)

Parameters

Name Type Description
selects SelectStatement[]

An array of statements to obtain data from the data store.

Returns

Type Description
SelectedData

The data retrieved from the data store.

See Also