QueryComparisons Members

Windows Runtime Azure Storage Client Library

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

The following tables list the members exposed by the QueryComparisons type.

Public Properties

  Name Description
public property static Equal  
public property static GreaterThan  
public property static GreaterThanOrEqual  
public property static LessThan  
public property static LessThanOrEqual  
public property static NotEqual  
Top

See Also