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

DashboardXpoDataSource.Fill(IEnumerable<IParameter>) Method

Retrieves the data from the data source and populates the internal object collection.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public override void Fill(
    IEnumerable<IParameter> sourceParameters
)

Parameters

Name Type Description
sourceParameters IEnumerable<IParameter>

A collection of IParameter objects passed to the method implementation.

Remarks

Note

The collection of parameters is ususally set to null.

See Also