Table of Contents

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

string

Not

Represents the Not operator.

public const string Not = "not"

Field Value

string

Or

Represents the Or operator.

public const string Or = "or"

Field Value

string