Click or drag to resize

TypedListRelationshipEdgeHintForJoins Property

Gets or sets the hint for joins. This hint is defined as the join hint to join StartVertex to EndVertex, in the form: EndVertex JoinHint Join StartVertex.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public JoinHint HintForJoins { get; set; }

Property Value

Type: JoinHint
See Also