IPathEdgeParserTSource, TDestinationSubPath Method (FuncIPathEdgeRootParserTDestination, IPathEdgeRootParserTDestination) |
Specifies a sub-path for the prefetch path.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax IPathEdgeParser<TSource, TDestination> SubPath(
Func<IPathEdgeRootParser<TDestination>, IPathEdgeRootParser<TDestination>> subPathSpecification
)
Function SubPath (
subPathSpecification As Func(Of IPathEdgeRootParser(Of TDestination), IPathEdgeRootParser(Of TDestination))
) As IPathEdgeParser(Of TSource, TDestination)
Parameters
- subPathSpecification
- Type: SystemFuncIPathEdgeRootParserTDestination, IPathEdgeRootParserTDestination
Delegate for creating the subpath.
Return Value
Type:
IPathEdgeParserTSource,
TDestination
This instance to allow for method chaining
See Also