バージョン 24.2 (最新)

UpdatePropertyAtKey メソッド (IEditableDataSource)

指定した項目と一致するプロパティの値を更新します。
シンタックス
int UpdatePropertyAtKey( 
   object[] key,
   string propertyPath,
   object value,
   bool isPending
)

パラメータ

key
更新する項目の主キー値。
propertyPath
更新するプロパティ パス。
value
プロパティに設定する値。
isPending
後で受け入れる保留中の更新かどうかを返します。

戻り値の型

この更新のトランザクション ID。保留中のトランザクションを受け入れるために主に使用されます。
参照