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



Obsolete. Provides the means to dynamically construct a "Select", 'SelectMany" or "GroupBy" projection.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Use ProjectionSelector instead")>
Public Class PropertyProjectionSelector 
   Inherits CompositePropertySelector
   Implements IdeaBlade.Core.IProjectionSelectorIdeaBlade.Core.IPropertyProjectionSelector 
Visual Basic (Usage)Copy Code
Dim instance As PropertyProjectionSelector
C# 
[ObsoleteAttribute("Use ProjectionSelector instead")]
public class PropertyProjectionSelector : CompositePropertySelector, IdeaBlade.Core.IProjectionSelectorIdeaBlade.Core.IPropertyProjectionSelector  
C++/CLI 
[ObsoleteAttribute("Use ProjectionSelector instead")]
public ref class PropertyProjectionSelector : public CompositePropertySelector, IdeaBlade.Core.IProjectionSelectorIdeaBlade.Core.IPropertyProjectionSelector  

Inheritance Hierarchy

System.Object
   IdeaBlade.Linq.PropertySelector
      IdeaBlade.Linq.CompositePropertySelector
         IdeaBlade.Linq.PropertyProjectionSelector

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.