バージョン

UpdatePropertyAtKey メソッド (IEditableDataSource)

指定した項目と一致するプロパティの値を更新します。
シンタックス
'宣言
 
Function UpdatePropertyAtKey( _
   ByVal key() As Object, _
   ByVal propertyPath As String, _
   ByVal value As Object, _
   Optional ByVal isPending As Boolean _
) As Integer
int UpdatePropertyAtKey( 
   object[] key,
   string propertyPath,
   object value,
   bool isPending
)

パラメータ

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

戻り値の型

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