次の方法で共有


IMobileServiceLocalStore.UpsertAsync メソッド

定義

ローカル テーブルにデータを更新または挿入します。

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

パラメーター

tableName
String

ローカル テーブルの名前。

items
IEnumerable<Newtonsoft.Json.Linq.JObject>

挿入する項目の一覧。

ignoreMissingColumns
Boolean

true 項目の追加のプロパティを無視できる場合は 。 false それ以外の場合は 。

戻り値

項目がローカル テーブルでアップサートされたときに完了するタスク。

適用対象