Click or drag to resize

ComplexPathEdgeParser<TSource, TDestination>.NoCaching Method

Sets the NoCaching flag on the prefetch path node it is called on, signalling that the node has to be fetched from the database always even if the parent query uses resultset caching.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public IPathEdgeParser<TSource, TDestination> NoCaching()

Return Value

Type: IPathEdgeParser<TSource, TDestination>
This instance to allow for method chaining

Implements

IPathEdgeParser<TSource, TDestination>.NoCaching()
See Also