Interface IEntityQuery<T>
Provides functionality to evaluate queries against a specific data source wherein the type of the data is a known entity.
public interface IEntityQuery<out T> : IEntityQuery
Type Parameters
TThe type of the data in the data source.
- Inherited Members
- Extension Methods
-
EntityQueryExtensions.OrderBy<TSource, TKey>(IEntityQuery<TSource>, Expression<Func<TSource, TKey>>)EntityQueryExtensions.SingleAsync<T>(IEntityQuery<T>, Expression<Func<T, bool>>, CancellationToken?)EntityQueryExtensions.SumAsync<T>(IEntityQuery<T>, Expression<Func<T, decimal>>, CancellationToken?)