Skip to main content
A newer version of this page is available. .
All docs
V21.1

DataComponentBase.Fill(IEnumerable<IParameter>) Method

Populates the data source.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public abstract void Fill(
    IEnumerable<IParameter> sourceParameters
)

Parameters

Name Type Description
sourceParameters IEnumerable<IParameter>

A collection of parameters that can be passed to a data query.

See Also