Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected CollectionCore<TEntity> RelatedCollectionInternal { get; }

Property Value

Type: CollectionCoreTEntity
The related collection internal.
See Also