Skip to main content

DbExtensions.Load(IQueryable) Method

Forces entities to be loaded locally from the IQueryable instance.

Namespace: DevExpress.Mvvm.Utils

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

NuGet Package: DevExpress.Scaffolding.Core

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