다음을 통해 공유


OdbcRowUpdatedEventArgs 생성자

정의

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

public:
 OdbcRowUpdatedEventArgs(System::Data::DataRow ^ row, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
public OdbcRowUpdatedEventArgs (System.Data.DataRow row, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
public OdbcRowUpdatedEventArgs (System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
new System.Data.Odbc.OdbcRowUpdatedEventArgs : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.Odbc.OdbcRowUpdatedEventArgs
Public Sub New (row As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping)

매개 변수

row
DataRow

업데이트 작업을 통해 보내는 DataRow입니다.

command
IDbCommand

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

statementType
StatementType

실행되는 쿼리 형식을 지정하는 StatementType 값 중 하나입니다.

tableMapping
DataTableMapping

DataTableMapping를 통해 보내는 Update(DataSet)입니다.

적용 대상