1 out of 3 rated this helpful - Rate this topic

CloudTableQuery Generic Class

Represents a query against the Windows Azure Table service.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudTableQuery(Of TElement)

public class CloudTableQuery<TElement> : IQueryable<TElement>, IEnumerable<TElement>, 
	IQueryable, IEnumerable

GenericParameters

TElement

The type of the query result.

System.Object
  Microsoft.WindowsAzure.StorageClient.CloudTableQuery
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

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