Click or drag to resize

RelationManyToMany<From, To>.RelatedFrom Property

Returns the From objects

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public BTreeSet<From> RelatedFrom { get; }

Property Value

Type: BTreeSet<From>
See Also