Interface IIncludedEntityQuery<T, U>
Represents the result of an inclusion operation.
public interface IIncludedEntityQuery<out T, out U> : IEntityQuery<T>, IEntityQuery where T : IEntity where U : IEntity
Type Parameters
TThe type of the data in the data source.
UThe type of the last included entity in the chain.
- 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?)
Properties
Path
The full relationship path from T to U.
RelationshipPath Path { get; }