MobileServiceSQLiteStore.DeleteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
Returns
Applies to
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
Parameters
- tableName
- String
- ids
- IEnumerable<String>
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET