TableQuery Members

Represents a query against a specified table.

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

Public Constructors

  Name Description
  TableQuery Represents a query against a specified table.

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 methodstatic CombineFilters Creates a filter condition using the specified logical operator on two filter conditions.
public method Equals  (Inherited from Object)
public methodstatic GenerateFilterCondition Generates a property filter condition string for the string value.
public methodstatic GenerateFilterConditionForBinary Generates a property filter condition string for the binary value.
public methodstatic GenerateFilterConditionForBool Generates a property filter condition string for the boolean value.
public methodstatic GenerateFilterConditionForDate Generates a property filter condition string for the DateTimeOffset value.
public methodstatic GenerateFilterConditionForDouble Generates a property filter condition string for the Double value.
public methodstatic GenerateFilterConditionForGuid Generates a property filter condition string for the Guid value.
public methodstatic GenerateFilterConditionForInt Generates a property filter condition string for an Int32 value.
public methodstatic GenerateFilterConditionForLong Generates a property filter condition string for an Int64 value.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic Project Specifies the names of the entity properties to return when the query is executed against the table.
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

Reference

TableQuery Class
Microsoft.WindowsAzure.Storage.Table Namespace