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.2.0.0 (5.2.17.0403)
Syntax public PathEdge<TEndNode> WithNoCaching()
Public Function WithNoCaching As PathEdge(Of TEndNode)
Return Value
Type:
PathEdgeTEndNodethis instance
See Also