TypedListRelationshipEdgeStartVertexIsRelationshipStartVertex Property |
Gets a value indicating whether the start vertex of this relationship is the start vertex of the represented relationship (true) or the end
vertex of the represented relationship (false).
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 bool StartVertexIsRelationshipStartVertex { get; }
Public ReadOnly Property StartVertexIsRelationshipStartVertex As Boolean
Get
Property Value
Type:
BooleanSee Also