RowUpdatedEventArgs 클래스
정의
.NET 데이터 공급자의 RowUpdated
이벤트에 데이터를 제공합니다.Provides data for the RowUpdated
event of a .NET data provider.
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 행이 완료 될 때 발생 합니다.The RowUpdated
event message is typically raised when an Update to a row is completed.
생성자
RowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) |
RowUpdatedEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the RowUpdatedEventArgs class. |
속성
Command |
IDbCommand가 호출될 때 실행되는 Update(DataSet)를 가져옵니다.Gets the IDbCommand executed when Update(DataSet) is called. |
Errors |
Command를 실행했을 때 .NET 데이터 공급자가 생성하는 오류를 가져옵니다.Gets any errors generated by the .NET data provider when the Command was executed. |
RecordsAffected |
SQL 문을 실행하여 변경, 삽입 또는 삭제된 행 수를 가져옵니다.Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
Row |
DataRow로 보내는 Update(DataSet)를 가져옵니다.Gets the DataRow sent through an Update(DataSet). |
RowCount |
업데이트된 레코드의 일괄 처리에서 처리된 행의 수를 가져옵니다.Gets the number of rows processed in a batch of updated records. |
StatementType |
실행되는 SQL 문 형식을 가져옵니다.Gets the type of SQL statement executed. |
Status |
UpdateStatus 속성의 Command를 가져옵니다.Gets the UpdateStatus of the Command property. |
TableMapping |
DataTableMapping로 보내는 Update(DataSet)를 가져옵니다.Gets the DataTableMapping sent through an Update(DataSet). |
메서드
CopyToRows(DataRow[]) |
수정한 행에 대한 참조를 제공된 배열에 복사합니다.Copies references to the modified rows into the provided array. |
CopyToRows(DataRow[], Int32) |
수정한 행에 대한 참조를 제공된 배열에 복사합니다.Copies references to the modified rows into the provided array. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |