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