Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

QueryComparisons Class (Microsoft.WindowsAzure.Storage.Table)

Defines the set of comparison operators that may be used for constructing queries.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Table.::..QueryComparisons

Syntax

 
public static class QueryComparisons
 
public ref class QueryComparisons abstract sealed 
 
[<AbstractClass>]
[<Sealed>]
type QueryComparisons = class end
 
Public NotInheritable Class QueryComparisons

Fields

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticEqual

Represents the Equal operator.

System_CAPS_pubfieldSystem_CAPS_staticGreaterThan

Represents the Greater Than operator.

System_CAPS_pubfieldSystem_CAPS_staticGreaterThanOrEqual

Represents the Greater Than or Equal operator.

System_CAPS_pubfieldSystem_CAPS_staticLessThan

Represents the Less Than operator.

System_CAPS_pubfieldSystem_CAPS_staticLessThanOrEqual

Represents the Less Than or Equal operator.

System_CAPS_pubfieldSystem_CAPS_staticNotEqual

Represents the Not Equal operator.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top