MobileServiceSQLiteStore Classe
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.
public class MobileServiceSQLiteStore : Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceLocalStore
type MobileServiceSQLiteStore = class
inherit MobileServiceLocalStore
Public Class MobileServiceSQLiteStore
Inherits MobileServiceLocalStore
- Herança
Construtores
MobileServiceSQLiteStore() | |
MobileServiceSQLiteStore(String) |
Propriedades
Initialized |
Indica se o repositório foi inicializado ou não. (Herdado de MobileServiceLocalStore) |
Métodos
DefineTable(String, JObject) | |
DeleteAsync(MobileServiceTableQueryDescription) | |
DeleteAsync(String, IEnumerable<String>) | |
Dispose() |
Descartar a instância (Herdado de MobileServiceLocalStore) |
Dispose(Boolean) | |
EnsureInitialized() |
Gera uma exceção se o repositório não for inicializado. (Herdado de MobileServiceLocalStore) |
ExecuteNonQuery(String, IDictionary<String,Object>) | |
ExecuteQuery(String, String, IDictionary<String,Object>) | |
InitializeAsync() |
Inicializa o repositório para uso. (Herdado de MobileServiceLocalStore) |
LookupAsync(String, String) | |
OnInitialize() | |
ReadAsync(MobileServiceTableQueryDescription) | |
UpsertAsync(String, IEnumerable<JObject>, Boolean) |
Métodos de Extensão
DefineTable<T>(MobileServiceSQLiteStore) | |
DefineTable<T>(MobileServiceSQLiteStore, 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