Click or drag to resize
PrefetchPath.Add 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.2.0.0 (5.2.17.0403)
Syntax
public IPrefetchPathElement Add(
	IPrefetchPathElement elementToAdd
)

Parameters

elementToAdd
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPathElement
The PrefetchPathElement to add

Return Value

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

Implements

IPrefetchPath.Add(IPrefetchPathElement)
See Also