ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / SortDescription Class / GetSortExpression<T> Method

In This Topic
    GetSortExpression<T> Method
    In This Topic
    Gets the sorting expression.
    Syntax
    'Declaration
     
    Public Function GetSortExpression(Of T)() As System.Linq.Expressions.Expression(Of Func(Of T,Object))
    public System.Linq.Expressions.Expression<Func<T,object>> GetSortExpression<T>()

    Type Parameters

    T
    See Also