IPathEdgeRootParser<TSource> Methods |
Name | Description | |
---|---|---|
Prefetch(Expression<Func<TSource, Object>>) |
For creating simple prefetch paths, where all you need is to prefetch an entity/entitycollection and no sorting/filtering etc is required.
| |
Prefetch<TDestination>(Expression<Func<TSource, Object>>) |
For creating complex prefetch paths.
|