QueryableExtensionMethods.WithPath Method |
Name | Description | |
---|---|---|
WithPath<TSource>(IQueryable<TSource>,IPathEdge[]) |
Specifies a prefetch path with the edges specified when fetching source.
| |
WithPath<TSource>(IQueryable<TSource>, IPrefetchPathCore) |
Specifies a prefetch path for the source. Use this overload if you have existing code which produces prefetch path objects for you
| |
WithPath<TSource>(IQueryable<TSource>, Func<IPathEdgeRootParser<TSource>, IPathEdgeRootParser<TSource>>) |
Specifies a prefetch path with the path edges specified in the form of a chain of method calls using lambda expressions.
|