次の方法で共有


MobileServiceSQLiteStore.UpsertAsync メソッド

定義

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

パラメーター

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

戻り値

適用対象