Mindscape LightSpeed - User Reference & API Documentation
Get<(Of <(TField>)>) Method (field, propertyName)
API ReferenceMindscape.LightSpeedEntityGet<(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).
Declaration Syntax
C#Visual Basic
protected TField Get<TField>(
	ref TField field,
	string propertyName
)
Protected Function Get(Of TField) ( _
	ByRef field As TField, _
	propertyName As String _
) As TField
Generic Template Parameters
TField
The field type.
Parameters
field (TField%)
The field.
propertyName (String)
The name of the property.
Return Value
The field (now loaded).

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