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