DevForce Help Reference
AddFilter(IPredicateDescription,Boolean) Method


Add a filter to the collection.
Syntax
'Declaration
 
Public Overloads Sub AddFilter( _
   ByVal pd As IPredicateDescription, _
   Optional ByVal canReplaceIfAlreadyExists As Boolean _
) 
'Usage
 
Dim instance As EntityQueryFilterCollection
Dim pd As IPredicateDescription
Dim canReplaceIfAlreadyExists As Boolean
 
instance.AddFilter(pd, canReplaceIfAlreadyExists)

Parameters

pd
canReplaceIfAlreadyExists
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

EntityQueryFilterCollection Class
EntityQueryFilterCollection Members
Overload List

Send Feedback