SimpleDataLayer.SelectData(SelectStatement[]) Method
Fetches data from a data store using the specified query statements.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| selects | SelectStatement[] | An array of statements to obtain data from the data store. |
Returns
| Type | Description |
|---|---|
| SelectedData | Data retrieved from the data store. |
Implements
See Also