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 memberExtractNameT(ExpressionFuncT, 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 memberExtractNameT(T, ExpressionFuncT, 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