Share via


query_comparison_operator Class

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

class query_comparison_operator;

Members

Public Data Members

Name Description

query_comparison_operator::equal Data Member

Represents the Equal operator.

query_comparison_operator::greater_than Data Member

Represents the Greater Than operator.

query_comparison_operator::greater_than_or_equal Data Member

Represents the Greater Than or Equal operator.

query_comparison_operator::less_than Data Member

Represents the Less Than operator.

query_comparison_operator::less_than_or_equal Data Member

Represents the Less Than or Equal operator.

query_comparison_operator::not_equal Data Member

Represents the Not Equal operator.

Inheritance Hierarchy

query_comparison_operator

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace