Click or drag to resize
PrefetchPathAdd Method (IPrefetchPathElement)
Adds the specified element to the path.

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 IPrefetchPathElement Add(
	IPrefetchPathElement elementToAdd
)

Parameters

elementToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElement
The PrefetchPathElement to add

Return Value

Type: IPrefetchPathElement
the element added, so chaining of commands is possible

Implements

IPrefetchPathAdd(IPrefetchPathElement)
See Also