DevForce Help Reference
PredicateDescription Constructor(String,IPredicateDescription,FilterOperator,Object,Boolean)


Any Enumerable method that takes either a predicate or a projection expression. InstanceType must be an IEnumerable.
The filter operator
The filter value
Whether string comparisons are case sensitive
Create a new instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal methodName As String, _
   ByVal predicate As IPredicateDescription, _
   ByVal filterOp As FilterOperator, _
   ByVal value As Object, _
   Optional ByVal ignoreCase As Boolean _
)
'Usage
 
Dim methodName As String
Dim predicate As IPredicateDescription
Dim filterOp As FilterOperator
Dim value As Object
Dim ignoreCase As Boolean
 
Dim instance As New PredicateDescription(methodName, predicate, filterOp, value, ignoreCase)

Parameters

methodName
Any Enumerable method that takes either a predicate or a projection expression. InstanceType must be an IEnumerable.
predicate
filterOp
The filter operator
value
The filter value
ignoreCase
Whether string comparisons are case sensitive
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

PredicateDescription Class
PredicateDescription Members
Overload List

Send Feedback