Click or drag to resize

ComplexPathEdgeParserTSource, TDestinationWithHint Method

Specifies a table/view hint for the target of this prefetch path node

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public IPathEdgeParser<TSource, TDestination> WithHint(
	string hintSpecification
)

Parameters

hintSpecification
Type: SystemString
The hint specification to apply to the target source is mapped on.

Return Value

Type: IPathEdgeParserTSource, TDestination

Implements

IPathEdgeParserTSource, TDestinationWithHint(String)
See Also