| QueryableExtensionMethodsWithPath Method | 
| Name | Description | |
|---|---|---|
| WithPathTSource(IQueryableTSource, IPathEdge) | 
            Specifies a prefetch path with the edges specified when fetching source.
              | |
| WithPathTSource(IQueryableTSource, IPrefetchPathCore) | 
            Specifies a prefetch path for the source. Use this overload if you have existing code which produces prefetch path objects for you
              | |
| WithPathTSource(IQueryableTSource, FuncIPathEdgeRootParserTSource, IPathEdgeRootParserTSource) | 
            Specifies a prefetch path with the path edges specified in the form of a chain of method calls using lambda expressions.
              |