2.38 Filter

The Filter element specifies the definition of a filter used in the query.

The following are the parent and child elements of the Filter element.

Parent elements

Hierarchy

Child elements

Filter.Expression

The following is the XML Schema definition of the Filter element.          

 <xsd:element name="Filter" minOccurs="0">
   <xsd:complexType>
     <xsd:all>
       <xsd:element name="Expression" type="ExpressionType" />
     </xsd:all>
   </xsd:complexType>
 </xsd:element>