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.5.0.0 (5.5.18.1019)
Syntax
protected CollectionCore<TEntity> RelatedCollectionInternal { get; }

Property Value

Type: CollectionCoreTEntity
The related collection internal.
See Also