次の方法で共有


TableOperation.InsertOrMerge(ITableEntity) メソッド

定義

指定されたエンティティが存在しない場合は、そのエンティティをテーブルに挿入する新しいテーブル操作を作成します。存在する場合は、既存のエンティティの内容を指定されたエンティティの内容とマージします。

public static Microsoft.Azure.Cosmos.Table.TableOperation InsertOrMerge (Microsoft.Azure.Cosmos.Table.ITableEntity entity);
static member InsertOrMerge : Microsoft.Azure.Cosmos.Table.ITableEntity -> Microsoft.Azure.Cosmos.Table.TableOperation
Public Shared Function InsertOrMerge (entity As ITableEntity) As TableOperation

パラメーター

entity
ITableEntity

挿入またはマージする ITableEntity オブジェクトです。

戻り値

TableOperation オブジェクト。

適用対象