IPathEdgeParserTSource, 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
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
SyntaxIPathEdgeParser<TSource, TDestination> SubPath<TSubPath>(
	Func<IPathEdgeRootParser<TSubPath>, IPathEdgeRootParser<TSubPath>> subPathSpecification
)
where TSubPath : IEntityCore
Function SubPath(Of TSubPath As IEntityCore) ( 
	subPathSpecification As Func(Of IPathEdgeRootParser(Of TSubPath), IPathEdgeRootParser(Of TSubPath))
) As IPathEdgeParser(Of TSource, TDestination)
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
            
See Also