Click or drag to resize

ModelExtensionsGetPropertyName Method

Overload List
  NameDescription
Public methodStatic memberGetPropertyName(Expression)

Gets the property name from an Expression.

Read our blog on this topic: Effective Extensions, Part 3 – Extending Models in C#

Public methodStatic memberGetPropertyNameT(ExpressionFuncT)

Gets the property name from an Expression.

Read our blog on this topic: Effective Extensions, Part 3 – Extending Models in C#

Public methodStatic memberGetPropertyNameT(ExpressionFuncT, Boolean)

Gets the property name from an Expression.

Read our blog on this topic: Effective Extensions, Part 3 – Extending Models in C#

Public methodStatic memberGetPropertyNameT, TProperty(ExpressionFuncT, TProperty)

Gets the property name from an Expression.

Read our blog on this topic: Effective Extensions, Part 3 – Extending Models in C#

Top
See Also