Click or drag to resize

XPathFilterBuilderCreateFilter Method

Overload List
  NameDescription
Public methodStatic memberCreateFilter(String, IXPathQueryObject)
Creates an XPath filter using the specified query object and object type
Public methodStatic memberCreateFilter(String, String, Object)
Creates an XPath filter for the specified object type and attribute value pair
Public methodStatic memberCreateFilter(String, AttributeValuePairCollection, ComparisonOperator, GroupOperator)
Creates an XPath filter for the specified object type and attribute/value pairs. Multiple pairs are joined with an 'and' operator
Public methodStatic memberCreateFilter(String, DictionaryString, Object, ComparisonOperator, GroupOperator)
Creates an XPath filter for the specified object type and attribute/value pairs. Multiple pairs are joined with an 'and' operator
Public methodStatic memberCreateFilter(String, String, ComparisonOperator, Object)
Creates an XPath filter for the specified object type and attribute value pair
Top
See Also