| PathEdgeTEndNodeNoCaching Property  | 
            Gets 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.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic bool NoCaching { get; }Public ReadOnly Property NoCaching As Boolean
	Get
Property Value
Type: 
BooleanImplements
IPathEdgeNoCaching
See Also