Click or drag to resize

EntityCoreTFieldsEntityStaticMetaDataBaseGetPrefetchPathElement Method (String, IEntityCollection)

Creates a prefetch path element for the navigator specified. The collection specified is the collection created for this element which will contain the data fetched for this node.

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 IPrefetchPathElement GetPrefetchPathElement(
	string navigator,
	IEntityCollection collection
)

Parameters

navigator
Type: SystemString
collection
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection

Return Value

Type: IPrefetchPathElement
See Also