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