TableServiceQuery Members

A class for constructing a query against the Table service. Obsolete.

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

Public Constructors

  Name Description
  TableServiceQuery Initializes a new instance of the TableServiceQuery class. Obsolete.

Top

Public Properties

  Name Description
public property Context Gets the Table service context. Obsolete.
public property ElementType Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. Obsolete.
public property Expression Gets the expression tree that is associated with the instance of IQueryable. Obsolete.
public property Provider Gets the query provider that is associated with this data source. Obsolete.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method BeginExecuteSegmented Overloaded.  
public method EndExecuteSegmented Ends an asynchronous operation to execute a query and return the results as a result segment. Obsolete.
public method Equals  (Inherited from Object)
public method Execute Executes the request with any specified options. Obsolete.
public method ExecuteSegmented Executes a segmented query against the Table service. Obsolete.
public method ExecuteSegmentedAsync Overloaded. Returns a result segment containing a collection of blob items in the container.
public method Expand Expands the specified path. Obsolete.
public method GetEnumerator Returns an enumerator that iterates through the collection. Obsolete.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

(see also Extension Methods)

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

Top

Extension Methods

  Name Description
public extension method AsTableQuery  Specifies that a query be returned as a TableQuery object. (Defined by TableQueryableExtensions.)
public extension method AsTableServiceQuery  Converts the query into a TableServiceQuery object that supports additional operations like retries. Obsolete.  (Defined by TableServiceExtensions.)
public extension method Resolve  Specifies an entity resolver for the query. (Defined by TableQueryableExtensions.)
public extension method WithContext  Specifies an OperationContext for the query. (Defined by TableQueryableExtensions.)
public extension method WithOptions  Specifies a set of TableRequestOptions with which the query will be executed. (Defined by TableQueryableExtensions.)

Top

Explicit Interface Implementations

  Name Description
  GetEnumerator  

Top

See Also

Reference

TableServiceQuery Generic Class
Microsoft.WindowsAzure.Storage.Table.DataServices Namespace