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.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
sourceParameters | IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
See Also