| EntityViewTEntityRelatedCollection 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)
Syntaxpublic EntityCollectionBase<TEntity> RelatedCollection { get; }Public ReadOnly Property RelatedCollection As EntityCollectionBase(Of TEntity)
	Get
Property Value
Type: 
EntityCollectionBaseTEntityThe related collection.
See Also