DashboardXpoDataSource.Fill(IEnumerable<IParameter>) Method
Retrieves the data from the data source and populates the internal object collection.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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