DbDataAdapter.CreateRowUpdatedEvent 메서드

정의

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

protected:
 abstract System::Data::Common::RowUpdatedEventArgs ^ CreateRowUpdatedEvent(System::Data::DataRow ^ dataRow, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
protected:
 virtual System::Data::Common::RowUpdatedEventArgs ^ CreateRowUpdatedEvent(System::Data::DataRow ^ dataRow, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
protected abstract System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
protected virtual System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
abstract member CreateRowUpdatedEvent : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.Common.RowUpdatedEventArgs
abstract member CreateRowUpdatedEvent : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.Common.RowUpdatedEventArgs
override this.CreateRowUpdatedEvent : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.Common.RowUpdatedEventArgs
Protected MustOverride Function CreateRowUpdatedEvent (dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping) As RowUpdatedEventArgs
Protected Overridable Function CreateRowUpdatedEvent (dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping) As RowUpdatedEventArgs

매개 변수

dataRow
DataRow

DataRow 데이터 원본을 업데이트하는 데 사용되는 값입니다.

command
IDbCommand

IDbCommand 실행하는 동안 실행되는 경우 Update(DataSet)

statementType
StatementType

명령이 UPDATE, INSERT, DELETE 또는 SELECT 문인지 여부입니다.

tableMapping
DataTableMapping

DataTableMapping 개체입니다.

반품

RowUpdatedEventArgs 클래스의 새 인스턴스입니다.

구현자 참고

파생 클래스에서 재정의하는 CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) 경우 기본 클래스의 CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) 메서드를 호출해야 합니다.

적용 대상

추가 정보