Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient.GetTableReference Method (String) (Microsoft.WindowsAzure.Storage.Table)

Gets a reference to the specified table.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public CloudTable GetTableReference(
	string tableName
)
 
public:
CloudTable^ GetTableReference(
	String^ tableName
)
 
member GetTableReference : 
        tableName:string -> CloudTable
 
Public Function GetTableReference (
	tableName As String
) As CloudTable

Parameters

tableName
Type: System.StringSystem::String^System.StringSystem.String

A string containing the name of the table.

Return to top