Click or drag to resize
ComplexPathEdgeParserTSource, TDestinationSubPath Method (FuncIPathEdgeRootParserTDestination, IPathEdgeRootParserTDestination)
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.3.0.0 (5.3.0)
Syntax
public IPathEdgeParser<TSource, TDestination> SubPath(
	Func<IPathEdgeRootParser<TDestination>, IPathEdgeRootParser<TDestination>> subPathSpecification
)

Parameters

subPathSpecification
Type: SystemFuncIPathEdgeRootParserTDestination, IPathEdgeRootParserTDestination
Delegate for creating the subpath.

Return Value

Type: IPathEdgeParserTSource, TDestination
This instance to allow for method chaining

Implements

IPathEdgeParserTSource, TDestinationSubPath(FuncIPathEdgeRootParserTDestination, IPathEdgeRootParserTDestination)
See Also