Click or drag to resize
PathEdgeTEndNodeWithNoCaching Method
Sets the NoCaching flag to true, which means the query should bypass the parent's caching directive and always fetch the query from the database.

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
public PathEdge<TEndNode> WithNoCaching()

Return Value

Type: PathEdgeTEndNode
this instance
See Also