DevForce Help Reference
ProjectionSelector Constructor(String,IPredicateDescription,String)


Any Enumerable method that takes either a predicate or a projection expression. InstanceType must be an IEnumerable.
Create a ProjectionSelector from the specified method name.
Syntax
'Declaration
 
Public Function New( _
   ByVal methodName As String, _
   ByVal predicate As IPredicateDescription, _
   Optional ByVal alias As String _
)
'Usage
 
Dim methodName As String
Dim predicate As IPredicateDescription
Dim alias As String
 
Dim instance As New ProjectionSelector(methodName, predicate, alias)
public ProjectionSelector( 
   string methodName,
   IPredicateDescription predicate,
   string alias
)

Parameters

methodName
Any Enumerable method that takes either a predicate or a projection expression. InstanceType must be an IEnumerable.
predicate
alias
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

ProjectionSelector Class
ProjectionSelector Members
Overload List

Send Feedback