Click or drag to resize
Query Methods

The Query type exposes the following members.

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