CloudTableQuery Members
Represents a query against the Windows Azure Table service.
The following tables list the members exposed by the CloudTableQuery type.
| Name | Description | |
|---|---|---|
| CloudTableQuery | Overloaded. |
| Name | Description | |
|---|---|---|
|
ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. |
|
Expression | Gets the expression tree that is associated with the instance of IQueryable. |
|
Provider | Gets the query provider that is associated with this data source. |
|
RetryPolicy | Gets or sets the retry policy for the query. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | BeginExecuteSegmented | Overloaded. |
![]() | EndExecuteSegmented | Ends an asynchronous operation to execute a query and return the results as a result segment. |
![]() | Equals | (Inherited from Object) |
![]() | Execute | Overloaded. |
![]() | Expand | Expands the specified path. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | ToString | Overridden. Returns a String that represents this instance. |
(see also Extension Methods)
Top
| Name | Description | |
|---|---|---|
![]() | Finalize | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
AsTableServiceQuery | Converts a query of type DataServiceQuery to a CloudTableQuery object that handles continuation tokens and retries failed calls to the Table service. (Defined by TableServiceExtensionMethods.) |