C1.LiveLinq Namespace > IndexedQueryExtensions Class : OrderByDescending<T,TKey> Method |
'Declaration
Public Shared Function OrderByDescending (Of T,TKey)( _ ByVal source As IIndexedSource(Of T), _ ByVal keySelector As System.Linq.Expressions.Expression(Of Func(Of T,TKey)) _ ) As Ordering(Of T)
public static Ordering<T> OrderByDescending<T,TKey>( IIndexedSource<T> source, System.Linq.Expressions.Expression<Func<T,TKey>> keySelector )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2