Skip to main content
All docs
V25.1
  • .NET 8.0+

    WebApiDataStoreService.SelectData(SelectStatement[]) Method

    Calls the SelectData method of the underlying IDataStore with error handling.

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v25.1.dll

    NuGet Package: DevExpress.Xpo

    Declaration

    public OperationResult<SelectedData> SelectData(
        SelectStatement[] selects
    )

    Parameters

    Name Type Description
    selects SelectStatement[]

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

    Returns

    Type Description
    OperationResult<SelectedData>

    Data retrieved from the data store.

    See Also