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

ExcelDataSource.Fill(IEnumerable<IParameter>) Method

Retrieves the data from the Excel data source with the specified parameters.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public override void Fill(
    IEnumerable<IParameter> sourceParameters
)

Parameters

Name Type Description
sourceParameters IEnumerable<IParameter>

A collection of objects implementing the IParameter interface.

See Also