Skip to main content

DashboardXpoDataSource.Fill(IEnumerable<IParameter>) Method

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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