MobileServiceClient.GetSyncTable Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetSyncTable(String) |
Retorna uma instância IMobileServiceSyncTable, que fornece operações de dados não tipadas para essa tabela. |
GetSyncTable<T>() |
Retorna uma IMobileServiceSyncTable<T> instância, que fornece operações de dados fortemente tipada para a tabela local. |
GetSyncTable(String)
Retorna uma instância IMobileServiceSyncTable, que fornece operações de dados não tipadas para essa tabela.
public Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable GetSyncTable (string tableName);
abstract member GetSyncTable : string -> Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable
override this.GetSyncTable : string -> Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable
Public Function GetSyncTable (tableName As String) As IMobileServiceSyncTable
Parâmetros
- tableName
- String
O nome da tabela.
Retornos
A tabela.
Implementações
Aplica-se a
GetSyncTable<T>()
Retorna uma IMobileServiceSyncTable<T> instância, que fornece operações de dados fortemente tipada para a tabela local.
public Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable<T> GetSyncTable<T> ();
abstract member GetSyncTable : unit -> Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable<'T>
override this.GetSyncTable : unit -> Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable<'T>
Public Function GetSyncTable(Of T) () As IMobileServiceSyncTable(Of T)
Parâmetros de tipo
- T
O tipo das instâncias na tabela.
Retornos
A tabela.
Implementações
Aplica-se a
Azure SDK for .NET