DbExtensions.Load(IQueryable) Method
Forces entities to be loaded locally from the IQueryable instance.
Namespace: DevExpress.Mvvm.Utils
Assembly: DevExpress.Mvvm.v24.1.DataModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | IQueryable | An instance of the IQueryable interface from which to load entities. |
See Also