RowUpdatedEventArgs 생성자

정의

RowUpdatedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 RowUpdatedEventArgs(System::Data::DataRow ^ dataRow, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
protected:
 RowUpdatedEventArgs(System::Data::DataRow ^ dataRow, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
public RowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
public RowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
protected RowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
new System.Data.Common.RowUpdatedEventArgs : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.Common.RowUpdatedEventArgs
Public Sub New (dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping)
Protected Sub New (dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping)

매개 변수

dataRow
DataRow

DataRow 통해 전송된 항목입니다 Update(DataSet).

command
IDbCommand

IDbCommand 호출될 때 Update(DataSet) 실행되는 값입니다.

statementType
StatementType

실행된 SQL 문의 형식입니다.

tableMapping
DataTableMapping

DataTableMapping 통해 전송된 항목입니다 Update(DataSet).

적용 대상

추가 정보