QueryComparisons Members

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 Fields

  Name Description
public field static Equal Represents the Equal operator.
public field static GreaterThan Represents the Greater Than operator.
public field static GreaterThanOrEqual Represents the Greater Than or Equal operator.
public field static LessThan Represents the Less Than operator.
public field static LessThanOrEqual Represents the Less Than or Equal operator.
public field static NotEqual Represents the Not Equal operator.

Top

See Also

Reference

QueryComparisons Class
Microsoft.WindowsAzure.Storage.Table Namespace