다음을 통해 공유


DbDataAdapter.CreateRowUpdatedEvent 메서드

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

네임스페이스: System.Data.Common
어셈블리: System.Data(system.data.dll)

구문

‘선언
Protected Overridable Function CreateRowUpdatedEvent ( _
    dataRow As DataRow, _
    command As IDbCommand, _
    statementType As StatementType, _
    tableMapping As DataTableMapping _
) As RowUpdatedEventArgs
‘사용 방법
Dim dataRow As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping
Dim returnValue As RowUpdatedEventArgs

returnValue = Me.CreateRowUpdatedEvent(dataRow, command, statementType, tableMapping)
protected virtual RowUpdatedEventArgs CreateRowUpdatedEvent (
    DataRow dataRow,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)
protected:
virtual RowUpdatedEventArgs^ CreateRowUpdatedEvent (
    DataRow^ dataRow, 
    IDbCommand^ command, 
    StatementType statementType, 
    DataTableMapping^ tableMapping
)
protected RowUpdatedEventArgs CreateRowUpdatedEvent (
    DataRow dataRow, 
    IDbCommand command, 
    StatementType statementType, 
    DataTableMapping tableMapping
)
protected function CreateRowUpdatedEvent (
    dataRow : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
) : RowUpdatedEventArgs

매개 변수

  • dataRow
    데이터 소스를 업데이트하는 데 사용된 DataRow입니다.
  • statementType
    명령이 UPDATE, INSERT, DELETE 또는 SELECT 문인지 여부입니다.

반환 값

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

설명

상속자 참고 사항 파생 클래스에서 CreateRowUpdatedEvent를 재정의하는 경우 기본 클래스의 CreateRowUpdatedEvent 메서드를 호출해야 합니다.

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

.NET Compact Framework

2.0, 1.0에서 지원

참고 항목

참조

DbDataAdapter 클래스
DbDataAdapter 멤버
System.Data.Common 네임스페이스