MobileServiceSQLiteStore Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public class MobileServiceSQLiteStore : Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceLocalStore
type MobileServiceSQLiteStore = class
inherit MobileServiceLocalStore
Public Class MobileServiceSQLiteStore
Inherits MobileServiceLocalStore
- Héritage
Constructeurs
MobileServiceSQLiteStore() | |
MobileServiceSQLiteStore(String) |
Propriétés
Initialized |
Indique si le magasin a été initialisé ou non. (Hérité de MobileServiceLocalStore) |
Méthodes
DefineTable(String, JObject) | |
DeleteAsync(MobileServiceTableQueryDescription) | |
DeleteAsync(String, IEnumerable<String>) | |
Dispose() |
Supprimer le instance (Hérité de MobileServiceLocalStore) |
Dispose(Boolean) | |
EnsureInitialized() |
Lève une exception si le magasin n’est pas initialisé. (Hérité de MobileServiceLocalStore) |
ExecuteNonQuery(String, IDictionary<String,Object>) | |
ExecuteQuery(String, String, IDictionary<String,Object>) | |
InitializeAsync() |
Initialise le magasin pour l’utiliser. (Hérité de MobileServiceLocalStore) |
LookupAsync(String, String) | |
OnInitialize() | |
ReadAsync(MobileServiceTableQueryDescription) | |
UpsertAsync(String, IEnumerable<JObject>, Boolean) |
Méthodes d’extension
DefineTable<T>(MobileServiceSQLiteStore, MobileServiceJsonSerializerSettings) | |
DefineTable<T>(MobileServiceSQLiteStore) |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET