RowUpdatedEventArgs 클래스

정의

.NET 데이터 공급자의 RowUpdated 이벤트에 데이터를 제공합니다.

public ref class RowUpdatedEventArgs : EventArgs
public ref class RowUpdatedEventArgs abstract : EventArgs
public class RowUpdatedEventArgs : EventArgs
public abstract class RowUpdatedEventArgs : EventArgs
type RowUpdatedEventArgs = class
    inherit EventArgs
Public Class RowUpdatedEventArgs
Inherits EventArgs
Public MustInherit Class RowUpdatedEventArgs
Inherits EventArgs
상속
RowUpdatedEventArgs
파생

설명

RowUpdated 이벤트 메시지는 일반적으로 행에 대한 가 Update 완료될 때 발생합니다.

생성자

RowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)

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

속성

Command

IDbCommand가 호출될 때 실행되는 Update(DataSet)를 가져옵니다.

Errors

Command를 실행했을 때 .NET 데이터 공급자가 생성하는 오류를 가져옵니다.

RecordsAffected

SQL 문을 실행하여 변경, 삽입 또는 삭제된 행 수를 가져옵니다.

Row

DataRow로 보내는 Update(DataSet)를 가져옵니다.

RowCount

업데이트된 레코드의 일괄 처리에서 처리된 행의 수를 가져옵니다.

StatementType

실행되는 SQL 문 형식을 가져옵니다.

Status

UpdateStatus 속성의 Command를 가져옵니다.

TableMapping

DataTableMapping로 보내는 Update(DataSet)를 가져옵니다.

메서드

CopyToRows(DataRow[])

수정한 행에 대한 참조를 제공된 배열에 복사합니다.

CopyToRows(DataRow[], Int32)

수정한 행에 대한 참조를 제공된 배열에 복사합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보