Skip to main content

FederationDataSource.Fill(String[]) Method

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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