Class TableOperators
- Namespace
- Microsoft.WindowsAzure.Storage.Table
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Defines the set of Boolean operators for constructing queries.
public static class TableOperators
- Inheritance
-
TableOperators
- Inherited Members
Fields
And
Represents the And operator.
public const string And = "and"
Field Value
Not
Represents the Not operator.
public const string Not = "not"
Field Value
Or
Represents the Or operator.
public const string Or = "or"