PropertyHelper Methods |
Name | Description | |
---|---|---|
![]() ![]() | ExtractName(Expression) |
Retrieves the name of a property from the lambda expression passed across. Returns null
if the expression refers to anything other than a simple property.
|
![]() ![]() | ExtractName<T>(Expression<Func<T, Object>>) |
Retrieves the name of a property from the lambda expression passed across. Returns null
if the expression refers to anything other than a simple property.
|
![]() ![]() | ExtractName<T>(T, Expression<Func<T, Object>>) |
Retrieves the name of a property from the lambda expression passed across. Returns null
if the expression refers to anything other than a simple property.
|