Click or drag to resize

PrefetchExtensions Class

Extension method class for prefetch path extension methods.
Inheritance Hierarchy
SystemObject
  LLBLGen.Linq.PrefetchPrefetchExtensions

Namespace:  LLBLGen.Linq.Prefetch
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static class PrefetchExtensions

The PrefetchExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExcludeTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object)
Defines a set of fields to exclude. For prefetch path definitions
Public methodStatic memberExcludeTEntity(TEntity, ExpressionFuncTEntity, Object)
Defines a set of fields to exclude. For prefetch path definitions
Public methodStatic memberFilterByTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Boolean)
Defines a predicate on the collection specified. For prefetch path definitions
Public methodStatic memberFilterByTEntity(TEntity, ExpressionFuncTEntity, Boolean)
Defines a filter on a prefetch path node. For prefetch path definitions
Public methodStatic memberIncludeTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object)
Defines a set of fields to include, excluding all other fields. For prefetch path definitions
Public methodStatic memberIncludeTEntity(TEntity, ExpressionFuncTEntity, Object)
Defines a set of fields to include, excluding all other fields. For prefetch path definitions
Public methodStatic memberLimitToTEntity
Defines a limit on the collection specified. For prefetch path definitions
Public methodStatic memberOrderByTEntity
Redefinition of OrderBy to be used within prefetch path definitions)
Public methodStatic memberOrderByDescendingTEntity
Redefinition of OrderByDescending to be used within prefetch path definitions
Public methodStatic memberSortByTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object)
Defines an ordering definition (ascending) on the collection specified. For prefetch path definitions
Public methodStatic memberSortByTEntity(TEntity, ExpressionFuncTEntity, Object)
Defines an ascending sort expression on a prefetch path node. For prefetch path definitions
Public methodStatic memberSortByDescendingTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object)
Defines an ordering definition (descending) on the collection specified. For prefetch path definitions
Public methodStatic memberSortByDescendingTEntity(TEntity, ExpressionFuncTEntity, Object)
Defines a descending sort expression on a prefetch path node. For prefetch path definitions
Public methodStatic memberWithTEntity(IEnumerableTEntity, IEnumerableExpressionFuncTEntity, Object)
Defines one or more nodes to fetch, related to the specified entity set. For prefetch path definitions
Public methodStatic memberWithTEntity(IEnumerableTEntity, ExpressionFuncTEntity, Object)
Defines one or more nodes to fetch, related to the specified entity set. For prefetch path definitions
Public methodStatic memberWithTEntity(IQueryableTEntity, IEnumerableExpressionFuncTEntity, Object)
Defines one or more nodes to fetch, related to the specified entity query. For prefetch path definitions
Public methodStatic memberWithTEntity(IQueryableTEntity, ExpressionFuncTEntity, Object)
Defines one or more nodes to fetch, related to the specified entity query. For prefetch path definitions
Public methodStatic memberWithTEntity(TEntity, IEnumerableExpressionFuncTEntity, Object)
Defines one or more nodes to fetch, related to the specified entity. For prefetch path definitions
Public methodStatic memberWithTEntity(TEntity, ExpressionFuncTEntity, Object)
Defines one or more nodes to fetch, related to the specified entity. For prefetch path definitions
Top
See Also