Click or drag to resize
QueryableExtensionMethodsWithPath Method
Overload List
  NameDescription
Public methodStatic memberWithPathTSource(IQueryableTSource, IPathEdge)
Specifies a prefetch path with the edges specified when fetching source.
Public methodStatic memberWithPathTSource(IQueryableTSource, 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 exampleWithPathTSource(IQueryableTSource, FuncIPathEdgeRootParserTSource, IPathEdgeRootParserTSource)
Specifies a prefetch path with the path edges specified in the form of a chain of method calls using lambda expressions.
Top
See Also