ReflectionUtils.GetPropertyInfoEx
Returns a PropertyInfo object for a given dynamically accessed property
Property selection can be specified using . syntax ("Address.Street" or "DataTable[0].Rows[1]") hence the 'Ex' name for this function.
public static PropertyInfo GetPropertyInfoEx(object Parent, string Property)
Parameters
Parent
Property
