Click or drag to resize
PrefetchPathExtensionMethods Class
Extension methods for PrefetchPath related elements.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.QuerySpecPrefetchPathExtensionMethods

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class PrefetchPathExtensionMethods

The PrefetchPathExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberWithExclusionsTPathElement
Specifies the fields to exclude for the prefetch path element specified.
Public methodStatic memberWithFilterTPathElement
Specifies the filter clause of the prefetch path element specified
Public methodStatic memberWithInclusionsTPathElement
Specifies the fields to include for the prefetch path element specified.
Public methodStatic memberWithJoinsTPathElement
Specifies the additional joins for the prefetch path element specified.
Public methodStatic memberWithLimitTPathElement
Specifies the row limit / maxNumberOfElementsToRetrieve of the prefetch path element specified
Public methodStatic memberWithNoCachingTPathElement
Sets the NoCaching flag on the prefetch path element specified, signalling that the node has to be fetched from the database always even if the parent query uses resultset caching.
Public methodStatic memberWithOrderingTPathElement
Specifies the order by clause of the prefetch path element specified
Public methodStatic memberWithSubPathTPathElement
Defines the sub path for the specified parentElement.
Top
See Also