Share via


CloudTableQuery Constructor (Generic DataServiceQuery)

Initializes a new instance of the CloudTableQuery class with the specified query.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in microsoft.windowsazure.storageclient.dll)

Usage

    Dim query As DataServiceQuery(Of TElement)

Dim instance As New CloudTableQuery(Of TElement)(query)

Syntax

'Declaration
Public Sub New ( _
    query As DataServiceQuery(Of TElement) _
)
public CloudTableQuery (
    DataServiceQuery<TElement> query
)
public:
CloudTableQuery (
    DataServiceQuery<TElement>^ query
)
public CloudTableQuery (
    DataServiceQuery<TElement> query
)
public function CloudTableQuery (
    query : DataServiceQuery<TElement>
)

Parameters

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

CloudTableQuery Generic Class
CloudTableQuery Members
Microsoft.WindowsAzure.StorageClient Namespace