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.9.0.0 (5.9.0)
SyntaxIEntityCollection IEntityView.RelatedCollection { get; }Private ReadOnly Property RelatedCollection As IEntityCollection
	Implements IEntityView.RelatedCollection
	Get
Property Value
Type: 
IEntityCollectionThe related collection.
Implements
IEntityViewRelatedCollection
See Also