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!

QueryCellOp Enumeration

Indicates how filtering should be performed.

[Visual Basic]
Public Enum QueryCellOp
[C#]
public enum QueryCellOp
[C++]
public enum QueryCellOp

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

Members

Member Name Description
Equal Compares the property value for equality.
NotEqual Not supported in the PDC release.

Requirements

Namespace: System.Configuration

Assembly: System.Configuration.dll

See Also

System.Configuration Namespace