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.TypedListsAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool StartVertexIsRelationshipStartVertex { get; }
Public ReadOnly Property StartVertexIsRelationshipStartVertex As Boolean
Get
Property Value
Type:
BooleanSee Also