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.v24.2.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