IPathEdgeParserTSource, TDestinationWithHint Method  | 
 
            Specifies a table/view hint for the target of this prefetch path node 
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
SyntaxIPathEdgeParser<TSource, TDestination> WithHint(
	string hintSpecification
)
Function WithHint ( 
	hintSpecification As String
) As IPathEdgeParser(Of TSource, TDestination)
Parameters
- hintSpecification
 - Type: SystemString
The hint specification to apply to the target source is mapped on. 
Return Value
Type: 
IPathEdgeParserTSource, 
TDestination
See Also