IdeaBlade DevForce 2010 Help Reference
PropertySortSelector Class
Members  See Also  Send Feedback
IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : PropertySortSelector Class



Obsolete. Allows dynamic construction of a LINQ OrderBy or OrderByDescending expression. Use SortSelector instead.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Use SortSelector instead")>
<DebuggerDisplayAttribute(Value="{ToString()}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
Public Class PropertySortSelector 
   Inherits CompositePropertySelector
   Implements IdeaBlade.Core.IPropertySortSelectorIdeaBlade.Core.ISortSelector 
Visual Basic (Usage)Copy Code
Dim instance As PropertySortSelector
C# 
[ObsoleteAttribute("Use SortSelector instead")]
[DebuggerDisplayAttribute(Value="{ToString()}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public class PropertySortSelector : CompositePropertySelector, IdeaBlade.Core.IPropertySortSelectorIdeaBlade.Core.ISortSelector  
C++/CLI 
[ObsoleteAttribute("Use SortSelector instead")]
[DebuggerDisplayAttribute(Value="{ToString()}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public ref class PropertySortSelector : public CompositePropertySelector, IdeaBlade.Core.IPropertySortSelectorIdeaBlade.Core.ISortSelector  

Remarks

A PropertySortSelector is a linked list of sort criteria for use in the QueryableExtensions.OrderBySelector extension method. You may combine any number of PropertySortSelectors to order query results.

Inheritance Hierarchy

System.Object
   IdeaBlade.Linq.PropertySelector
      IdeaBlade.Linq.CompositePropertySelector
         IdeaBlade.Linq.PropertySortSelector

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.