Click or drag to resize
PropertyHelper Methods
Methods
  NameDescription
Public methodStatic memberExtractName(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.
Public methodStatic memberExtractName<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.
Public methodStatic memberExtractName<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.
Top
See Also