Method GetPropertySelectorExpression
GetPropertySelectorExpression<T, TResult>(string)
Gets the property selector expression for the specified property name.
public LambdaExpression GetPropertySelectorExpression<T, TResult>(string propertyName)
Parameters
propertyName
stringThe name of the property.
Returns
- LambdaExpression
The property selector expression.
Type Parameters
T
The type of the object.
TResult
The type of the property.