IPathEdgeParser<TSource, TDestination>.SubPath<TSubPath> Method (Func<IPathEdgeRootParser<TSubPath>, IPathEdgeRootParser<TSubPath>>) |
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.5.0.0 (5.5.18.1019)
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: System.Func<IPathEdgeRootParser<TSubPath>, IPathEdgeRootParser<TSubPath>>
Delegate for creating the subpath.
Type Parameters
- TSubPath
- The type of the sub path node.
Return Value
Type:
IPathEdgeParser<TSource,
TDestination>
This instance to allow for method chaining
See Also