PathEdgeExpressionNoCaching Property  | 
 
            Gets or sets a value indicating whether the query should use its parent's caching directive (false, default) or should bypass the parent's caching directive
            and always fetch the query from the database (true).
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic bool NoCaching { get; set; }Public Property NoCaching As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also