IStorageTableManagement.GetTableReference(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a table reference
public Microsoft.Azure.Cosmos.Table.CloudTable GetTableReference (string name);
public Microsoft.WindowsAzure.Storage.Table.CloudTable GetTableReference (string name);
abstract member GetTableReference : string -> Microsoft.Azure.Cosmos.Table.CloudTable
abstract member GetTableReference : string -> Microsoft.WindowsAzure.Storage.Table.CloudTable
Public Function GetTableReference (name As String) As CloudTable
Parameters
- name
- String
Table name
Returns
Cloud table object