The NegatedExpression type exposes the following members.

Constructors

  NameDescription
NegatedExpression
Initializes a new instance of the NegatedExpression class.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::.Equals(Object).)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().)
ToString
Returns a String that represents the current Object.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
QueryExpression
Gets the query expression that this expression is negating.

See Also