ThreadSafeDataLayer.SelectData(SelectStatement[]) Method
Fetches data from a data store using the specified query statements.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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 | The data retrieved from the data store. |
Implements
See Also