Mindscape LightSpeed - User Reference & API Documentation
Get<(Of <(TThrough, TTarget>)>) Method (throughAssociation)
API ReferenceMindscape.LightSpeedEntityGet<(Of <(TThrough, TTarget>)>)(ThroughAssociation<(Of <(TThrough, TTarget>)>))
Gets the specified ThroughAssociation<(Of <(TThrough, TTarget>)>) ensuring that the underlying collection is loaded.
Declaration Syntax
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)
Generic Template Parameters
TThrough
TTarget
Parameters
throughAssociation (ThroughAssociation<(Of <(TThrough, TTarget>)>))
The ThroughAssociation<(Of <(TThrough, TTarget>)>).
Return Value

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)