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