| EntityView2TEntityRelatedCollection 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.1.0.0 (5.1.0)
Syntaxpublic EntityCollectionBase2<TEntity> RelatedCollection { get; }Public ReadOnly Property RelatedCollection As EntityCollectionBase2(Of TEntity)
	Get
Property Value
Type: 
EntityCollectionBase2TEntityThe related collection.
See Also