Click or drag to resize

PerformSelectEventArgs2PrefetchPath Property

Gets the prefetch path to use for the fetch. Only valid if DataContainerType is set to EntityCollection.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public IPrefetchPath2 PrefetchPath { get; }

Property Value

Type: IPrefetchPath2
The prefetch path.
See Also