IPathEdgeParserTSource, TDestinationNoCaching Method |
Sets the NoCaching flag on the prefetch path node it is called on, signalling that the node has to be fetched from the database always
even if the parent query uses resultset caching.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax IPathEdgeParser<TSource, TDestination> NoCaching()
Function NoCaching As IPathEdgeParser(Of TSource, TDestination)
Return Value
Type:
IPathEdgeParserTSource,
TDestinationThis instance to allow for method chaining
See Also