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
Parameters
Name | Type | Description |
---|---|---|
sourceParameters | IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
See Also