DevForce Help Reference
PredicateDescription Constructor(ProjectionSelector,FilterOperator,Object,Boolean)


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 projectionSelector As ProjectionSelector, _
   ByVal filterOp As FilterOperator, _
   ByVal value As Object, _
   Optional ByVal ignoreCase As Boolean _
)
'Usage
 
Dim projectionSelector As ProjectionSelector
Dim filterOp As FilterOperator
Dim value As Object
Dim ignoreCase As Boolean
 
Dim instance As New PredicateDescription(projectionSelector, filterOp, value, ignoreCase)

Parameters

projectionSelector
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