PrefetchPath2Add Method (IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, IEntityFactory2) | 
 
            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.4.0.0 (5.4.0)
Syntaxpublic IPrefetchPathElement2 Add(
	IPrefetchPathElement2 elementToAdd,
	int maxAmountOfItemsToReturn,
	IPredicateExpression additionalFilter,
	IRelationCollection additionalFilterRelations,
	IEntityFactory2 entityFactoryToUse
)
Public Function Add ( 
	elementToAdd As IPrefetchPathElement2,
	maxAmountOfItemsToReturn As Integer,
	additionalFilter As IPredicateExpression,
	additionalFilterRelations As IRelationCollection,
	entityFactoryToUse As IEntityFactory2
) As IPrefetchPathElement2
Parameters
- elementToAdd
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElement2
The PrefetchPathElement to add - maxAmountOfItemsToReturn
 - Type: SystemInt32
Maximum amount of items to fetch of the set of entities specified by the element. - additionalFilter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
Additional predicate expression to be added to the filter already in the PrefetchPathElement - additionalFilterRelations
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
Additional relations to be added to the relationcollection already in the PrefetchPathElement - entityFactoryToUse
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFactory2
The entity factory to use to produce the related entities. 
Return Value
Type: 
IPrefetchPathElement2the element added, so chaining of commands is possible
Implements
IPrefetchPath2Add(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, IEntityFactory2)
See Also