EntityViewTEntityIEntityViewRelatedCollection 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.4.0.0 (5.4.0)
Syntax IEntityCollection IEntityView.RelatedCollection { get; }
Private ReadOnly Property RelatedCollection As IEntityCollection
Implements IEntityView.RelatedCollection
Get
Property Value
Type:
IEntityCollectionThe related collection.
Implements
IEntityViewRelatedCollectionSee Also