Method GetSortExpression
GetSortExpression(string)
Gets the sort expression for the specified property name.
public LambdaExpression GetSortExpression(string propertyName)
Parameters
propertyName
stringThe name of the property.
Returns
- LambdaExpression
The sort expression.