MobileServiceSQLiteStore.DeleteAsync 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
DeleteAsync(MobileServiceTableQueryDescription) | |
DeleteAsync(String, IEnumerable<String>) |
DeleteAsync(MobileServiceTableQueryDescription)
public override System.Threading.Tasks.Task DeleteAsync (Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription query);
override this.DeleteAsync : Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription -> System.Threading.Tasks.Task
Public Overrides Function DeleteAsync (query As MobileServiceTableQueryDescription) As Task
Parâmetros
Retornos
Aplica-se a
DeleteAsync(String, IEnumerable<String>)
public override System.Threading.Tasks.Task DeleteAsync (string tableName, System.Collections.Generic.IEnumerable<string> ids);
override this.DeleteAsync : string * seq<string> -> System.Threading.Tasks.Task
Public Overrides Function DeleteAsync (tableName As String, ids As IEnumerable(Of String)) As Task
Parâmetros
- tableName
- String
- ids
- IEnumerable<String>
Retornos
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