[This is preliminary documentation and is subject to change.]

Enumeration of operators that can be specified in a DynamicField query.

Namespace: QPulseWebServices.Contracts.Data
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.70

Syntax

C#
public enum DynamicFieldOperator

Members

Member nameDescription
EqualTo
LessThan
GreaterThan
Between
StartingWith
EndingWith
Containing
UpTo
Since
True
Not
NotEqualTo
NotLessThan
NotGreaterThan
NotBetween
NotStartingWith
NotEndingWith
NotContaining
NotUpTo
NotSince
False

See Also