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
See also:
Class ReflectionUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic