Skip to main content

EFDataSource.Fill(IEnumerable<IParameter>) Method

Retrieves the data from the Entity Framework data source with the specified parameters.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.2.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