Overload List

  NameDescription
Get<(Of <(TField>)>)(TField%)
Gets the referenced field ensuring it is loaded. Use of this method is only required when using lazy-loaded value object fields (not associations).
Get<(Of <(TEntity>)>)(EntityCollection<(Of <(TEntity>)>))
Gets the specified EntityCollection<(Of <(TEntity>)>) ensuring that the collection is loaded.
Get<(Of <(TEntity>)>)(EntityHolder<(Of <(TEntity>)>))
Gets an associated Entity from the supplied EntityHolder<(Of <(TEntity>)>) ensuring the the Entity is loaded.
Get<(Of <(TThrough, TTarget>)>)(ThroughAssociation<(Of <(TThrough, TTarget>)>))
Gets the specified ThroughAssociation<(Of <(TThrough, TTarget>)>) ensuring that the underlying collection is loaded.
Get<(Of <(TField>)>)(TField%, String)
Gets the referenced field ensuring it is loaded. Use of this method is only required when using lazy-loaded value object fields (not associations).

See Also