RowUpdatingEventArgs.Row プロパティ

定義

挿入、更新、または削除操作の一部としてサーバーに送信される DataRow を取得します。

public:
 property System::Data::DataRow ^ Row { System::Data::DataRow ^ get(); };
public System.Data.DataRow Row { get; }
member this.Row : System.Data.DataRow
Public ReadOnly Property Row As DataRow

プロパティ値

DataRow を通じて送信する Update(DataSet)

適用対象

こちらもご覧ください