Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public bool StartVertexIsRelationshipStartVertex { get; }

Property Value

Type: Boolean
See Also