EntityViewTEntityIEntityViewRelatedCollection Property |
Gets the related collection set for this view.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax IEntityCollection IEntityView.RelatedCollection { get; }
Private ReadOnly Property RelatedCollection As IEntityCollection
Implements IEntityView.RelatedCollection
Get
Property Value
Type:
IEntityCollectionThe related collection.
Implements
IEntityViewRelatedCollectionSee Also