PrefetchExtensionsWith Method |
| Name | Description | |
|---|---|---|
| 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
|