FederationDataSource.Fill(String[]) Method
Populates the data source with data by running the specified queries.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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