Click or drag to resize

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

Return Value

Type: PathEdge<TEndNode>
this instance
See Also