IMobileServiceTable Interface
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.
Fournit des opérations sur une table pour microsoft Azure Mobile Service.
public interface IMobileServiceTable
type IMobileServiceTable = interface
Public Interface IMobileServiceTable
- Dérivé
Propriétés
MobileServiceClient |
Obtient une référence au associé à MobileServiceClient cette table. |
SystemProperties |
Propriétés système Mobile Service à inclure avec les éléments. |
TableName |
Obtient le nom de la table. |
Méthodes
DeleteAsync(JObject) |
Supprime une |
DeleteAsync(JObject, IDictionary<String,String>) |
Supprime une |
InsertAsync(JObject) |
Insère une |
InsertAsync(JObject, IDictionary<String,String>) |
Insère une |
LookupAsync(Object) |
Exécute une recherche dans une table. |
LookupAsync(Object, IDictionary<String,String>) |
Exécute une recherche dans une table. |
ReadAsync(String) |
Exécute une requête dans la table. |
ReadAsync(String, IDictionary<String,String>, Boolean) |
Exécute une requête dans la table. |
UndeleteAsync(JObject) |
Annule la suppression d’un |
UndeleteAsync(JObject, IDictionary<String,String>) |
Annule la suppression d’un |
UpdateAsync(JObject) |
Met à jour une |
UpdateAsync(JObject, IDictionary<String,String>) |
Met à jour une |
Méthodes d’extension
ReadAsync(IMobileServiceTable, String, IDictionary<String,String>) |
Exécute une requête dans la table. |
S’applique à
Azure SDK for .NET