PrefetchPathAdd Method (IPrefetchPathElement, Int32) |
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.12.0.0 (5.12.0)
Syntaxpublic IPrefetchPathElement Add(
IPrefetchPathElement elementToAdd,
int maxAmountOfItemsToReturn
)
Public Function Add (
elementToAdd As IPrefetchPathElement,
maxAmountOfItemsToReturn As Integer
) As IPrefetchPathElement
Parameters
- elementToAdd
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElement
The PrefetchPathElement to add - maxAmountOfItemsToReturn
- Type: SystemInt32
Maximum amount of items to fetch of the set of entities specified by the element.
Return Value
Type:
IPrefetchPathElementthe element added, so chaining of commands is possible
Implements
IPrefetchPathAdd(IPrefetchPathElement, Int32)
See Also