PropertyComparerTGetPropertyValue Method

This is used to get the property value from the object

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static Object GetPropertyValue(
	T x,
	string propertyName
)

Parameters

x  T
The object from which to retrieve the property value
propertyName  String
The name of the property from which to get the value

Return Value

Object
The value of the property

Remarks

This takes into account child property references as well (those where the name contains an underscore).

See Also