FederationDataSourceBase.Fill(IEnumerable<IParameter>, String[]) Method
Populates the data source with data by running the specified queries with the specified parameters.
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 |
---|---|---|
sourceParameters | IEnumerable<IParameter> | A collection of query parameters. |
queriesToFill | String[] | An array of query names |
See Also