The FilterCompare type exposes the following members.

Constructors

  NameDescription
Public methodFilterCompare
Creates a new FilterCompare object.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string form of this FilterCompare.
(Overrides Object..::..ToString()()()().)
Public methodToWire
Returns the wire form of this FilterCompare.
Public methodValidateSyntax
Validates the syntax of this FilterCompare.

Fields

  NameDescription
Public fieldStatic memberDVAL
DVAL operator.
Public fieldStatic memberEQ
EQUAL TO operator.
Public fieldStatic memberGT
GREATER THAN operator.
Public fieldStatic memberGTE
GREATER THAN OR EQUAL TO operator.
Public fieldStatic memberIS_NOT_NULL
NON-NULL operator.
Public fieldStatic memberIS_NULL
NULL operator.
Public fieldStatic memberLT
LESS THAN operator.
Public fieldStatic memberLTE
LESS THAN OR EQUAL TO operator.
Public fieldStatic memberNEQ
NOT EQUAL TO operator.

Properties

  NameDescription
Public propertyFieldName
Gets and sets the fieldName for this FilterCompare.
Public propertyFunction
Gets and sets the comparison function for this FilterCompare.
Public propertyValue
Gets and sets the value for this FilterCompare.

See Also