Interface ILoadWithQueryable<TEntity, TProperty>
Provides support for queryable LoadWith/ThenLoad chaining operators.
Inherited Members
Namespace: LinqToDB
Assembly: linq2db.dll
Syntax
public interface ILoadWithQueryable<out TEntity, out TProperty> : IAsyncEnumerable<TEntity>
Type Parameters
Name | Description |
---|---|
TEntity | The entity type. |
TProperty | The property type. |