Click or drag to resize

PrefetchPathExtensionMethods Class

Extension methods for PrefetchPath related elements.
Inheritance Hierarchy
System.Object
  SD.LLBLGen.Pro.QuerySpec.PrefetchPathExtensionMethods

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

The PrefetchPathExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberForBusinessTime<TPathElement>
Specifies a temporal table predicate for the Business Time on the target of the prefetch path element specified.
Public methodStatic memberForSystemTime<TPathElement>
Specifies a temporal table predicate for the System Time on the target of the prefetch path element specified.
Public methodStatic memberWithExclusions<TPathElement>
Specifies the fields to exclude for the prefetch path element specified.
Public methodStatic memberWithFilter<TPathElement>
Specifies the filter clause of the prefetch path element specified
Public methodStatic memberWithHint<TPathElement>
Specifies a target hint for the query of the prefetch path element specified.
Public methodStatic memberWithInclusions<TPathElement>
Specifies the fields to include for the prefetch path element specified.
Public methodStatic memberWithJoins<TPathElement>
Specifies the additional joins for the prefetch path element specified.
Public methodStatic memberWithLimit<TPathElement>
Specifies the row limit / maxNumberOfElementsToRetrieve of the prefetch path element specified
Public methodStatic memberWithNoCaching<TPathElement>
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 memberWithOrdering<TPathElement>
Specifies the order by clause of the prefetch path element specified
Public methodStatic memberWithSubPath<TPathElement>
Defines the sub path for the specified parentElement.
Top
See Also