Skip to main content
All docs
V26.1
  • FederationDataSource.Fill(String[]) Method

    Populates the data source with data by running the specified queries.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public void Fill(
        params string[] queriesToFill
    )

    Parameters

    Name Type Description
    queriesToFill String[]

    The names of the queries to run.

    Remarks

    The Fill method runs the specified queries, retrieves data from integrated data sources and populates the federated data source with data.

    See Also