Click or drag to resize

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

Property Value

Type: CollectionCore<TEntity>
The related collection internal.
See Also