Click or drag to resize

PrefetchExtensionsWith Method

Overload List
  NameDescription
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