AccessConnectionProviderMultiUserThreadSafe.SelectData(SelectStatement[]) Method
In This Article
Fetches data from a data store using the specified query statements.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public SelectedData SelectData(
params SelectStatement[] selects
)
#Parameters
Name | Type | Description |
---|---|---|
selects | Select |
An array of statements to obtain data from the data store. |
#Returns
Type | Description |
---|---|
Selected |
The data retrieved from the data store. |
See Also