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

IDataComponent.Fill(IEnumerable<IParameter>) Method

Retrieves the data from a data source.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

void Fill(
    IEnumerable<IParameter> sourceParameters
)

Parameters

Name Type Description
sourceParameters IEnumerable<IParameter>

A collection of IParameter values.

See Also