SqlRowUpdatedEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 SqlRowUpdatedEventArgs 類別的新執行個體。
public:
SqlRowUpdatedEventArgs(System::Data::DataRow ^ row, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
public SqlRowUpdatedEventArgs (System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
new System.Data.SqlClient.SqlRowUpdatedEventArgs : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.SqlClient.SqlRowUpdatedEventArgs
Public Sub New (row As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping)
參數
- row
- DataRow
透過 DataRow 傳送的 Update(DataSet)。
- command
- IDbCommand
當呼叫 IDbCommand 時執行的 Update(DataSet)。
- statementType
- StatementType
其中一個 StatementType 值,該值指定執行的查詢類型。
- tableMapping
- DataTableMapping
透過 DataTableMapping 傳送的 Update(DataSet)。
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)