'Declaration
<CanBeNullAttribute()> Public Function GetTargetValue( _ ByVal dataType As Type _ ) As Object
'Usage
Dim instance As AbstractMapping Dim dataType As Type Dim value As Object value = instance.GetTargetValue(dataType)
Parameters
- dataType
- The data type of the value.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
The mapped value retrieved from the linking target.
This method can return null
(Nothing
in Visual Basic).