Gets an associated Entity from the supplied EntityHolder<(Of <(TEntity>)>)
ensuring the the Entity is loaded.

C# | Visual Basic |
protected internal TEntity Get<TEntity>( EntityHolder<TEntity> entityHolder ) where TEntity : Entity
Protected Friend Function Get(Of TEntity As Entity) ( _ entityHolder As EntityHolder(Of TEntity) _ ) As TEntity

- TEntity
- The type of the entity.

- entityHolder (EntityHolder<(Of <(TEntity>)>))
- The entity holder.

The held Entity