FederationDataSource.Fill(String[]) Method
In This Article
Populates the data source with data by running the specified queries.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
queries |
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