NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Operator.Op Enumeration

[To be supplied.]

[Visual Basic]
Public Enum Operator.Op
[C#]
public enum Operator.Op
[C++]
public enum Operator.Op

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
AND [To be supplied.]
DIV [To be supplied.]
EQ [To be supplied.]
GE [To be supplied.]
GT [To be supplied.]
INVALID [To be supplied.]
LE [To be supplied.]
LT [To be supplied.]
MINUS [To be supplied.]
MOD [To be supplied.]
MUL [To be supplied.]
NE [To be supplied.]
NEGATE [To be supplied.]
OR [To be supplied.]
PLUS [To be supplied.]
UNION [To be supplied.]

Requirements

Namespace: System.Data.XML

Assembly: System.Data.dll

See Also

System.Data.XML Namespace