PropertyComparerTGetPropertyValue Method
This is used to get the property value from the object
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static Object GetPropertyValue(
T x,
string propertyName
)
Public Shared Function GetPropertyValue (
x As T,
propertyName As String
) As Object
public:
static Object^ GetPropertyValue(
T x,
String^ propertyName
)
static member GetPropertyValue :
x : 'T *
propertyName : string -> Object
- x T
- The object from which to retrieve the property value
- propertyName String
- The name of the property from which to get the value
ObjectThe value of the property
This takes into account child property references as well (those where the name contains an
underscore).