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