SourceNavigatorPathPathEndCardinality Property |
Gets the cardinality of the end element of this path, i.e. whether this path leads to multi or single elements. Used
to determine whether a field sourced over this path contains a single element or multiple elements. If this path is empty, its cardinality is defined as single element.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public CardinalityType PathEndCardinality { get; }
Public ReadOnly Property PathEndCardinality As CardinalityType
Get
Property Value
Type:
CardinalityTypeSee Also