Skip to main content
All docs
V25.1
  • DashboardXpoDataSource.Fill(IEnumerable<IParameter>) Method

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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