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


See also:

Class ReflectionUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic