RowUpdatingEventArgs 클래스

정의

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

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

설명

RowUpdating 이벤트는 일반적으로 행이 시작되기 직전에 Update 발생합니다.

생성자

RowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)

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

속성

BaseCommand

이 클래스의 인스턴스에 대한 IDbCommand 개체를 가져오거나 설정합니다.

Command

IDbCommand 작업 도중 실행할 Update(DataSet)를 가져옵니다.

Errors

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

Row

INSERT, UPDATE 또는 DELETE 작업의 일부로 서버에 전송될 DataRow를 가져옵니다.

StatementType

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

Status

UpdateStatus 속성의 Command를 가져오거나 설정합니다.

TableMapping

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

메서드

Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상

추가 정보