Gets the specified ThroughAssociation<(Of <(TThrough, TTarget>)>) ensuring that
the underlying collection is loaded.

C# | Visual Basic |
protected ThroughAssociation<TThrough, TTarget> Get<TThrough, TTarget>( ThroughAssociation<TThrough, TTarget> throughAssociation ) where TThrough : Entity where TTarget : Entity
Protected Function Get(Of TThrough As Entity, TTarget As Entity) ( _ throughAssociation As ThroughAssociation(Of TThrough, TTarget) _ ) As ThroughAssociation(Of TThrough, TTarget)

- TThrough
- TTarget

- throughAssociation (ThroughAssociation<(Of <(TThrough, TTarget>)>))
- The ThroughAssociation<(Of <(TThrough, TTarget>)>).

The original ThroughAssociation<(Of <(TThrough, TTarget>)>).