Table of Contents

Interface INeosIncludableQueryable<TEntity, TProperty>

Namespace
GroupeIsa.Neos.Shared.Linq
Assembly
GroupeIsa.Neos.Shared.dll

Represents a query with a linked property included.

[SuppressMessage("Major Code Smell", "S2326:Unused type parameters should be removed", Justification = "'TProperty' is used in the implementation of the interface.")]
public interface INeosIncludableQueryable<out TEntity, out TProperty> : IQueryable<TEntity>, IEnumerable<TEntity>, IQueryable, IEnumerable

Type Parameters

TEntity

Type of the entity.

TProperty

Type of the property.

Inherited Members
Extension Methods