PerformSelectEventArgsPrefetchPath Property |
Gets the prefetch path to use for the fetch. Only valid if DataContainerType is set to EntityCollection.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public IPrefetchPath PrefetchPath { get; }
Public ReadOnly Property PrefetchPath As IPrefetchPath
Get
Property Value
Type:
IPrefetchPathThe prefetch path.
See Also