MobileServiceSQLiteStore.UpsertAsync Method

Definition

public override System.Threading.Tasks.Task UpsertAsync (string tableName, System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JObject> items, bool ignoreMissingColumns);
override this.UpsertAsync : string * seq<Newtonsoft.Json.Linq.JObject> * bool -> System.Threading.Tasks.Task
Public Overrides Function UpsertAsync (tableName As String, items As IEnumerable(Of JObject), ignoreMissingColumns As Boolean) As Task

Parameters

tableName
String
items
IEnumerable<Newtonsoft.Json.Linq.JObject>
ignoreMissingColumns
Boolean

Returns

Applies to