| Query Methods | 
The Query type exposes the following members.
| Name | Description | |
|---|---|---|
| 
                 | 
              And(Query) | 
                 
            Join the specified query to this query
            using the AND operator.
             
               | 
            
| 
                 | 
              And(Query) | 
                 
            Join the specified queries using the AND operator
             
               | 
            
| 
                 | 
              Equals | (Inherited from Object.) | 
| 
                 | 
              Finalize | 
                 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | 
            
| 
                 | 
              GetHashCode | 
                 Serves as a hash function for a particular type.   (Inherited from Object.) | 
            
| 
                 | 
              GetOperator(String) | 
                 
            Parse the specified string operator into
            a value of the Operator enum.
             
               | 
            
| 
                 | 
              GetOperator(QueryOperator) | 
                 
            Get the string version of the specified operator
             
               | 
            
| 
                 | 
              GetType | 
                 Gets the Type of the current instance.  (Inherited from Object.) | 
            
| 
                 | 
              MemberwiseClone | 
                 Creates a shallow copy of the current Object.  (Inherited from Object.) | 
            
| 
                 | 
              Or(Query) | 
                 
            Join the specified query to this query
            using the OR operator.
             
               | 
            
| 
                 | 
              Or(Query) | 
                 
            Join the specified queries using the OR operator
             
               | 
            
| 
                 | 
              Parse | 
                 
            Parse the specified string into a query
             
               | 
            
| 
                 | 
              ToString | 
                 
            Same as QueryClause
              (Overrides ObjectToString.) | 
            
| 
                 | 
              TryParseQueryOperator | 
                 
            Tries to get the operator based upon the operator query string
             
               |