Click or drag to resize

ComplexPathEdgeParser<TSource, TDestination>.SubPath Method (Func<IPathEdgeRootParser<TDestination>, IPathEdgeRootParser<TDestination>>)

Specifies a sub-path for the prefetch path.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public IPathEdgeParser<TSource, TDestination> SubPath(
	Func<IPathEdgeRootParser<TDestination>, IPathEdgeRootParser<TDestination>> subPathSpecification
)

Parameters

subPathSpecification
Type: System.Func<IPathEdgeRootParser<TDestination>, IPathEdgeRootParser<TDestination>>
Delegate for creating the subpath.

Return Value

Type: IPathEdgeParser<TSource, TDestination>
This instance to allow for method chaining

Implements

IPathEdgeParser<TSource, TDestination>.SubPath(Func<IPathEdgeRootParser<TDestination>, IPathEdgeRootParser<TDestination>>)
See Also