Click or drag to resize
PrefetchPathElementRetrievalCollection 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.3.0.0 (5.3.0)
Syntax
public IEntityCollection RetrievalCollection { get; }

Property Value

Type: IEntityCollection

Implements

IPrefetchPathElementRetrievalCollection
See Also