This topic has not yet been rated - Rate this topic

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.  
Top
  Name Description
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.
public property Expression Gets the expression tree that is associated with the instance of IQueryable.
public property Provider Gets the query provider that is associated with this data source.
public property RetryPolicy Gets or sets the retry policy for the query.
Top
(see also Protected Methods)
 NameDescription
public methodBeginExecuteSegmentedOverloaded.  
public methodEndExecuteSegmentedEnds an asynchronous operation to execute a query and return the results as a result segment.
public methodEquals  (Inherited from Object)
public methodExecuteOverloaded.  
public methodExpandExpands the specified path.
public methodGetEnumeratorReturns an enumerator that iterates through the collection.
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToStringOverridden. Returns a String that represents this instance.
Top
(see also Extension Methods)
 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top
  Name Description
public extension method 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.)
Top

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.