Table of Contents

Method GetSortExpression

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

GetSortExpression(string)

Gets the sort expression for the specified property name.

public LambdaExpression GetSortExpression(string propertyName)

Parameters

propertyName string

The name of the property.

Returns

LambdaExpression

The sort expression.