Click or drag to resize

ComplexPathEdgeParserTSource, TDestinationNoCaching 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.6.0.0 (5.6.19.0117)
Syntax
public IPathEdgeParser<TSource, TDestination> NoCaching()

Return Value

Type: IPathEdgeParserTSource, TDestination
This instance to allow for method chaining

Implements

IPathEdgeParserTSource, TDestinationNoCaching
See Also