| PrefetchPathExtensionMethods Methods |
The PrefetchPathExtensionMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| WithExclusionsTPathElement |
Specifies the fields to exclude for the prefetch path element specified.
| |
| WithFilterTPathElement |
Specifies the filter clause of the prefetch path element specified
| |
| WithInclusionsTPathElement |
Specifies the fields to include for the prefetch path element specified.
| |
| WithJoinsTPathElement |
Specifies the additional joins for the prefetch path element specified.
| |
| WithLimitTPathElement |
Specifies the row limit / maxNumberOfElementsToRetrieve of the prefetch path element specified
| |
| WithNoCachingTPathElement |
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.
| |
| WithOrderingTPathElement |
Specifies the order by clause of the prefetch path element specified
| |
| WithSubPathTPathElement |
Defines the sub path for the specified parentElement.
|