Click or drag to resize
ComplexPathEdgeParserTSource, TDestinationSubPathTSubPath Method (FuncIPathEdgeRootParserTSubPath, IPathEdgeRootParserTSubPath)
Specifies a sub-path for the prefetch path. Use this overload to specify a subpath related to a subtype.

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<TSubPath>(
	Func<IPathEdgeRootParser<TSubPath>, IPathEdgeRootParser<TSubPath>> subPathSpecification
)
where TSubPath : IEntityCore

Parameters

subPathSpecification
Type: SystemFuncIPathEdgeRootParserTSubPath, IPathEdgeRootParserTSubPath
Delegate for creating the subpath.

Type Parameters

TSubPath
The type of the sub path node.

Return Value

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

Implements

IPathEdgeParserTSource, TDestinationSubPath(FuncIPathEdgeRootParserTDestination, IPathEdgeRootParserTDestination)
See Also