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.TypedListsAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public JoinHint HintForJoins { get; set; }
Public Property HintForJoins As JoinHint
Get
Set
Property Value
Type:
JoinHintSee Also