Click or drag to resize

PrefetchPathElement.IPrefetchPathElementCore.RetrievalCollection Property

The entity collection to fill (and to use to retrieve the entities to fetch). After the fetch, this collection contains the entities to merge with the instances of the parent entity.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
IEntityCollectionCore IPrefetchPathElementCore.RetrievalCollection { get; }

Property Value

Type: IEntityCollectionCore

Implements

IPrefetchPathElementCore.RetrievalCollection
See Also