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.v19.1.DataModel.dll

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