Share via


TableQuery Constructor

Definition

Represents a query against a specified table.

public TableQuery ();
Public Sub New ()

Remarks

A TableQuery instance aggregates the query parameters to use when the query is executed. One of the executeQuery or executeQuerySegmented methods of CloudTableClient must be called to execute the query. The parameters are encoded and passed to the server when the table query is executed.

Applies to