Table of Contents

Interface ILoadWithQueryable<TEntity, TProperty>

Namespace
LinqToDB
Assembly
linq2db.dll

Provides support for queryable LoadWith/ThenLoad chaining operators.

public interface ILoadWithQueryable<out TEntity, out TProperty> : IQueryable<TEntity>, IEnumerable<TEntity>, IQueryable, IEnumerable, IAsyncEnumerable<TEntity>

Type Parameters

TEntity

The entity type.

TProperty

The property type.

Inherited Members
Extension Methods