Skip to main content
A newer version of this page is available. .

DbExtensions.Load(IQueryable) Method

Forces entities to be loaded locally from the IQueryable instance.

Namespace: DevExpress.Mvvm.Utils

Assembly: DevExpress.Mvvm.v20.2.DataModel.dll

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.DataModel

Declaration

public static void Load(
    this IQueryable source
)

Parameters

Name Type Description
source IQueryable

An instance of the IQueryable interface from which to load entities.

See Also