PrefetchExtensions Class |
Namespace: LLBLGen.Linq.Prefetch
The PrefetchExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Exclude<TEntity>(IEnumerable<TEntity>,Expression<Func<TEntity, Object>>[]) |
Defines a set of fields to exclude. For prefetch path definitions
|
![]() ![]() | Exclude<TEntity>(TEntity,Expression<Func<TEntity, Object>>[]) |
Defines a set of fields to exclude. For prefetch path definitions
|
![]() ![]() | FilterBy<TEntity>(IEnumerable<TEntity>, Expression<Func<TEntity, Boolean>>) |
Defines a predicate on the collection specified. For prefetch path definitions
|
![]() ![]() | FilterBy<TEntity>(TEntity, Expression<Func<TEntity, Boolean>>) |
Defines a filter on a prefetch path node. For prefetch path definitions
|
![]() ![]() | Include<TEntity>(IEnumerable<TEntity>,Expression<Func<TEntity, Object>>[]) |
Defines a set of fields to include, excluding all other fields. For prefetch path definitions
|
![]() ![]() | Include<TEntity>(TEntity,Expression<Func<TEntity, Object>>[]) |
Defines a set of fields to include, excluding all other fields. For prefetch path definitions
|
![]() ![]() | LimitTo<TEntity> |
Defines a limit on the collection specified. For prefetch path definitions
|
![]() ![]() | OrderBy<TEntity> |
Redefinition of OrderBy to be used within prefetch path definitions)
|
![]() ![]() | OrderByDescending<TEntity> |
Redefinition of OrderByDescending to be used within prefetch path definitions
|
![]() ![]() | SortBy<TEntity>(IEnumerable<TEntity>, Expression<Func<TEntity, Object>>) |
Defines an ordering definition (ascending) on the collection specified. For prefetch path definitions
|
![]() ![]() | SortBy<TEntity>(TEntity, Expression<Func<TEntity, Object>>) |
Defines an ascending sort expression on a prefetch path node. For prefetch path definitions
|
![]() ![]() | SortByDescending<TEntity>(IEnumerable<TEntity>, Expression<Func<TEntity, Object>>) |
Defines an ordering definition (descending) on the collection specified. For prefetch path definitions
|
![]() ![]() | SortByDescending<TEntity>(TEntity, Expression<Func<TEntity, Object>>) |
Defines a descending sort expression on a prefetch path node. For prefetch path definitions
|
![]() ![]() | With<TEntity>(IEnumerable<TEntity>, IEnumerable<Expression<Func<TEntity, Object>>>) |
Defines one or more nodes to fetch, related to the specified entity set. For prefetch path definitions
|
![]() ![]() | With<TEntity>(IEnumerable<TEntity>,Expression<Func<TEntity, Object>>[]) |
Defines one or more nodes to fetch, related to the specified entity set. For prefetch path definitions
|
![]() ![]() | With<TEntity>(IQueryable<TEntity>, IEnumerable<Expression<Func<TEntity, Object>>>) |
Defines one or more nodes to fetch, related to the specified entity query. For prefetch path definitions
|
![]() ![]() | With<TEntity>(IQueryable<TEntity>,Expression<Func<TEntity, Object>>[]) |
Defines one or more nodes to fetch, related to the specified entity query. For prefetch path definitions
|
![]() ![]() | With<TEntity>(TEntity, IEnumerable<Expression<Func<TEntity, Object>>>) |
Defines one or more nodes to fetch, related to the specified entity. For prefetch path definitions
|
![]() ![]() | With<TEntity>(TEntity,Expression<Func<TEntity, Object>>[]) |
Defines one or more nodes to fetch, related to the specified entity. For prefetch path definitions
|