RowUpdatedEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
.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
- 상속
- 파생
설명
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[], Int32) |
수정한 행에 대한 참조를 제공된 배열에 복사합니다. |
CopyToRows(DataRow[]) |
수정한 행에 대한 참조를 제공된 배열에 복사합니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
추가 정보
.NET