Click or drag to resize

QueryableExtensionMethods.WithPath Method

Overload List
  NameDescription
Public methodStatic memberWithPath<TSource>(IQueryable<TSource>,IPathEdge[])
Specifies a prefetch path with the edges specified when fetching source.
Public methodStatic memberWithPath<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
Public methodStatic memberCode exampleWithPath<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.
Top
See Also