MobileServiceSQLiteStoreExtensions.DefineTable 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
DefineTable<T>(MobileServiceSQLiteStore) | |
DefineTable<T>(MobileServiceSQLiteStore, MobileServiceJsonSerializerSettings) |
DefineTable<T>(MobileServiceSQLiteStore)
public static void DefineTable<T> (this Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore store);
static member DefineTable : Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore -> unit
<Extension()>
Public Sub DefineTable(Of T) (store As MobileServiceSQLiteStore)
Parâmetros de tipo
- T
Parâmetros
- store
- MobileServiceSQLiteStore
Aplica-se a
DefineTable<T>(MobileServiceSQLiteStore, MobileServiceJsonSerializerSettings)
public static void DefineTable<T> (this Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore store, Microsoft.WindowsAzure.MobileServices.MobileServiceJsonSerializerSettings settings);
static member DefineTable : Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore * Microsoft.WindowsAzure.MobileServices.MobileServiceJsonSerializerSettings -> unit
<Extension()>
Public Sub DefineTable(Of T) (store As MobileServiceSQLiteStore, settings As MobileServiceJsonSerializerSettings)
Parâmetros de tipo
- T
Parâmetros
- store
- MobileServiceSQLiteStore
- settings
- MobileServiceJsonSerializerSettings
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET