PrefetchExtensions Class |
Namespace: LLBLGen.Linq.Prefetch
The PrefetchExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ExcludeTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object) |
Defines a set of fields to exclude. For prefetch path definitions
| |
| ExcludeTEntity(TEntity, ExpressionFuncTEntity, Object) |
Defines a set of fields to exclude. For prefetch path definitions
| |
| FilterByTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Boolean) |
Defines a predicate on the collection specified. For prefetch path definitions
| |
| FilterByTEntity(TEntity, ExpressionFuncTEntity, Boolean) |
Defines a filter on a prefetch path node. For prefetch path definitions
| |
| IncludeTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object) |
Defines a set of fields to include, excluding all other fields. For prefetch path definitions
| |
| IncludeTEntity(TEntity, ExpressionFuncTEntity, Object) |
Defines a set of fields to include, excluding all other fields. For prefetch path definitions
| |
| LimitToTEntity |
Defines a limit on the collection specified. For prefetch path definitions
| |
| OrderByTEntity |
Redefinition of OrderBy to be used within prefetch path definitions)
| |
| OrderByDescendingTEntity |
Redefinition of OrderByDescending to be used within prefetch path definitions
| |
| SortByTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object) |
Defines an ordering definition (ascending) on the collection specified. For prefetch path definitions
| |
| SortByTEntity(TEntity, ExpressionFuncTEntity, Object) |
Defines an ascending sort expression on a prefetch path node. For prefetch path definitions
| |
| SortByDescendingTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object) |
Defines an ordering definition (descending) on the collection specified. For prefetch path definitions
| |
| SortByDescendingTEntity(TEntity, ExpressionFuncTEntity, Object) |
Defines a descending sort expression on a prefetch path node. For prefetch path definitions
| |
| WithTEntity(IEnumerableTEntity, IEnumerableExpressionFuncTEntity, Object) |
Defines one or more nodes to fetch, related to the specified entity set. For prefetch path definitions
| |
| WithTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object) |
Defines one or more nodes to fetch, related to the specified entity set. For prefetch path definitions
| |
| WithTEntity(IQueryableTEntity, IEnumerableExpressionFuncTEntity, Object) |
Defines one or more nodes to fetch, related to the specified entity query. For prefetch path definitions
| |
| WithTEntity(IQueryableTEntity, ExpressionFuncTEntity, Object) |
Defines one or more nodes to fetch, related to the specified entity query. For prefetch path definitions
| |
| WithTEntity(TEntity, IEnumerableExpressionFuncTEntity, Object) |
Defines one or more nodes to fetch, related to the specified entity. For prefetch path definitions
| |
| WithTEntity(TEntity, ExpressionFuncTEntity, Object) |
Defines one or more nodes to fetch, related to the specified entity. For prefetch path definitions
|