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

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

Declaration

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

Type Parameters

Name
T

Inheritance

Object
RepositoryQueryBase<T>

Extension Methods

See Also