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)

適用於

另請參閱