Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("Use SortSelector instead")> <DebuggerDisplayAttribute(Value="{ToString()}", Name="", Type="", Target=, TargetTypeName="")> Public Class PropertySortSelector Inherits CompositePropertySelector Implements IdeaBlade.Core.IPropertySortSelector, IdeaBlade.Core.ISortSelector |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PropertySortSelector |
C# | |
---|---|
[ObsoleteAttribute("Use SortSelector instead")] [DebuggerDisplayAttribute(Value="{ToString()}", Name="", Type="", Target=, TargetTypeName="")] public class PropertySortSelector : CompositePropertySelector, IdeaBlade.Core.IPropertySortSelector, IdeaBlade.Core.ISortSelector |
C++/CLI | |
---|---|
[ObsoleteAttribute("Use SortSelector instead")] [DebuggerDisplayAttribute(Value="{ToString()}", Name="", Type="", Target=, TargetTypeName="")] public ref class PropertySortSelector : public CompositePropertySelector, IdeaBlade.Core.IPropertySortSelector, IdeaBlade.Core.ISortSelector |
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.
System.Object
IdeaBlade.Linq.PropertySelector
IdeaBlade.Linq.CompositePropertySelector
IdeaBlade.Linq.PropertySortSelector
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