Represents a query against a specified table.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Table.::..TableQuery<TElement><TElement><'TElement>(Of TElement)
Syntax
generic<typename TElement> where TElement : gcnew(), ITableEntity public ref class TableQuery
Type Parameters
- TElement
The entity type of the query.
Constructors
| Name | Description | |
|---|---|---|
| TableQuery<TElement><TElement><'TElement>(Of TElement)()()()() | Initializes a new instance of the TableQuery<TElement><TElement><'TElement>(Of TElement) class. |
Properties
| Name | Description | |
|---|---|---|
| FilterStringFilterStringFilterStringFilterString | Gets or sets the filter expression to use in the table query. | |
| SelectColumnsSelectColumnsSelectColumnsSelectColumns | Gets or sets the property names of the table entity properties to return when the table query is executed. | |
| TakeCountTakeCountTakeCountTakeCount | Gets or sets the number of entities the query returns specified in the table query. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| Select(IList<String>)(IList<String^>^)(IList<String>)(IList(Of String)) | Defines the property names of the table entity properties to return when the table query is executed. | |
| Take(Nullable<Int32>)(Nullable<Int32>)(Nullable<Int32>)(Nullable(Of Int32)) | Defines the upper bound for the number of entities the query returns. | |
| ToString()()()() | (Inherited from Object.) | |
| Where(String)(String^)(String)(String) | Defines a filter expression for the table query. Only entities that satisfy the specified filter expression will be returned by the query. |
Represents a query against a Windows Azure table.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.