OleDbRowUpdatingEventArgs 생성자

정의

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

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

매개 변수

dataRow
DataRow

DataRowUpdate(DataSet)입니다.

command
IDbCommand

IDbCommand 동안 실행할 Update(DataSet)입니다.

statementType
StatementType

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

tableMapping
DataTableMapping

DataTableMapping로 보내는 Update(DataSet)입니다.

적용 대상