DevForce Help Reference
PropertySelector Class
Members 


Allows dynamic construction of a LINQ Property expression i.e. Expression{Func{T}}"/>.
Syntax
'Declaration
 
<DebuggerDisplayAttribute(Value="{InstanceType} - {PropertyName}: {PropertyType}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
Public Class PropertySelector 
'Usage
 
Dim instance As PropertySelector
[DebuggerDisplay(Value="{InstanceType} - {PropertyName}: {PropertyType}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public class PropertySelector 
Remarks
This type is immutable.
Inheritance Hierarchy

System.Object
   IdeaBlade.Linq.PropertySelector

Requirements

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

See Also

Reference

PropertySelector Members
IdeaBlade.Linq Namespace

Send Feedback