Skip to main content

IReadOnlyRepository<TEntity> Properties

The IReadOnlyRepository interface represents the read-only implementation of the Repository pattern such that it can be used to query entities of a given type.
Name Description
ElementType Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. Inherited from IQueryable.
Expression Gets the expression tree that is associated with the instance of IQueryable. Inherited from IQueryable.
Provider Gets the query provider that is associated with this data source. Inherited from IQueryable.
UnitOfWork The owner unit of work.
See Also