EFDataSource.Fill(IEnumerable<IParameter>) Method
In This Article
Retrieves the data from the Entity Framework data source with the specified parameters.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public override void Fill(
IEnumerable<IParameter> sourceParameters
)
#Parameters
Name | Type | Description |
---|---|---|
source |
IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
See Also