SqlRowUpdatedEventArgs 构造函数

定义

初始化 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)

参数

command
IDbCommand

调用 IDbCommandUpdate(DataSet) 执行的。

statementType
StatementType

指定 StatementType 执行的查询类型的值之一。

适用于

另请参阅