IMobileServiceClient.GetSyncTable Método

Definição

Sobrecargas

GetSyncTable(String)

Retorna uma IMobileServiceSyncTable instância , que fornece operações de dados não tipada para uma tabela local.

GetSyncTable<T>()

Retorna uma IMobileServiceTable<T> instância , que fornece operações de dados fortemente tipada para uma tabela local.

GetSyncTable(String)

Retorna uma IMobileServiceSyncTable instância , que fornece operações de dados não tipada para uma tabela local.

public Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable GetSyncTable (string tableName);
abstract member 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.

Aplica-se a

GetSyncTable<T>()

Retorna uma IMobileServiceTable<T> instância , que fornece operações de dados fortemente tipada para uma tabela local.

public Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable<T> GetSyncTable<T> ();
abstract member 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.

Aplica-se a