OdbcRowUpdatingEventArgs 생성자

정의

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

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

매개 변수

row
DataRow

업데이트할 내용입니다 DataRow .

command
IDbCommand

OdbcCommand 업데이트 작업 중에 실행할 수 있습니다.

statementType
StatementType

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

tableMapping
DataTableMapping

DataTableMapping 통해 Update(DataSet)전송됩니다.

적용 대상