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.6.0.0 (5.6.19.0117)
Syntax
public PathEdge<TEndNode> WithNoCaching()

Return Value

Type: PathEdgeTEndNode
this instance
See Also