Click or drag to resize

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.7.0.0 (5.7.0)
Syntax
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
See Also