Skip to main content
A newer version of this page is available. .

FederationDataSourceBase.Sources Property

Provides access to the collection of data sources integrated in federated queries.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

[Browsable(false)]
public IEnumerable<Source> Sources { get; }

Property Value

Type Description
IEnumerable<Source>

A collection of data sources.

Remarks

FederationDataSource supports the following data source types:

Do not use the Sources property to add a data source to the collection. The Sources property provides access to the data sources which take part in federated queries contained in the FederationDataSourceBase.Queries collection.

See Also