Click or drag to resize
EntityView2TEntityIEntityView2RelatedCollection Property
Gets the related collection set for this view.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IEntityCollection2 IEntityView2.RelatedCollection { get; }

Property Value

Type: IEntityCollection2
The related collection.

Implements

IEntityView2RelatedCollection
See Also