TableQuery Methods

Windows Runtime Azure Storage Client Library

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
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.

Protected Methods

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

See Also