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.2.0.0 (5.2.17.0403)
Syntax public JoinHint HintForJoins { get; set; }
Public Property HintForJoins As JoinHint
Get
Set
Property Value
Type:
JoinHintSee Also