Click or drag to resize
IPathEdgeParserTSource, 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
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IPathEdgeParser<TSource, TDestination> NoCaching()

Return Value

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