Skip to main content

RepositoryQueryBase<T> Class

The base class that helps to implement the IRepositoryQuery<T> interface as a wrapper over an existing IQueryable instance.

Namespace: DevExpress.Mvvm.DataModel

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

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public abstract class RepositoryQueryBase<T> :
    IQueryable<T>,
    IEnumerable<T>,
    IEnumerable,
    IQueryable

Type Parameters

Name
T

Inheritance

Object
RepositoryQueryBase<T>

Extension Methods

See Also