Interface INeosIncludableQueryable<TEntity, TProperty>
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
TEntityType of the entity.
TPropertyType of the property.
- Inherited Members
- Extension Methods