TableQuery Members

Windows Runtime Azure Storage Client Library

Represents a query against a specified table.

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

Public Constructors

  Name Description
TableQuery  
Top

Public Properties

  Name Description
public property FilterString Gets or sets the filter expression to use in the table query.
public property SelectColumns Gets or sets the property names of the table entity properties to return when the table query is executed.
public property TakeCount Gets or sets the number of entities the table query will return.
Top

Public Methods (see also Protected Methods)

  Name Description
public method static CombineFilters Creates a filter condition using the specified logical operator on two filter conditions.
public method Equals  (Inherited from Object)
public method static GenerateFilterCondition Generates a property filter condition string for the string value.
public method static GenerateFilterConditionForBinary Generates a property filter condition string for the binary value.
public method static GenerateFilterConditionForBool Generates a property filter condition string for the boolean value.
public method static GenerateFilterConditionForDate Generates a property filter condition string for the DateTimeOffset value.
public method static GenerateFilterConditionForDouble Generates a property filter condition string for the Double value.
public method static GenerateFilterConditionForGuid Generates a property filter condition string for the Guid value.
public method static GenerateFilterConditionForInt Generates a property filter condition string for an Int32 value.
public method static GenerateFilterConditionForLong Generates a property filter condition string for an Int64 value.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method Select Defines the property names of the table entity properties to return when the table query is executed.
public method Take Defines the upper bound for the number of entities the query returns.
public method ToString  (Inherited from Object)
public method Where Defines a filter expression for the table query. Only entities that satisfy the specified filter expression will be returned by the query.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also