Click or drag to resize
IPathEdgeRootParserTSource Interface
Interface containing the 'core' methods of a lambda-based 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
public interface IPathEdgeRootParser<TSource>
where TSource : IEntityCore

Type Parameters

TSource
Type of the entity returned from the parant query (ie the root of the prefetch path)
Methods
See Also