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.7.0.0 (5.7.0)
Syntaxpublic PathEdge<TEndNode> WithNoCaching()
Public Function WithNoCaching As PathEdge(Of TEndNode)
Return Value
Type: 
PathEdgeTEndNodethis instance
See Also