public PropertyComparer<T>( string sortExpression )
Parameters
- sortExpression
- The property to be used for comparison. The property name may include ascending or descending specifier. For example Name ASC will sort by name property in ascending order and Name DESC will sort by name property in descending order