Table of Contents

Interface IIncludedEntityQuery<T, U>

Namespace
System.Linq
Assembly
Instagile.dll

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

T

The type of the data in the data source.

U

The type of the last included entity in the chain.

Inherited Members
Extension Methods

Properties

Path

The full relationship path from T to U.

RelationshipPath Path { get; }

Property Value

RelationshipPath