EntityViewBaseTEntityRelatedCollectionInternal Property |
Gets the related collection using a property which is solely for internal usage. This is then used by the derived classes to expose the collection
in a more typed manner.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected CollectionCore<TEntity> RelatedCollectionInternal { get; }
Protected ReadOnly Property RelatedCollectionInternal As CollectionCore(Of TEntity)
Get
Property Value
Type:
CollectionCoreTEntityThe related collection internal.
See Also