Click or drag to resize

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)
Syntax
IPathEdgeParser<TSource, TDestination> SubPath<TSubPath>(
	Func<IPathEdgeRootParser<TSubPath>, IPathEdgeRootParser<TSubPath>> subPathSpecification
)
where TSubPath : IEntityCore

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