다음을 통해 공유


DataRowAction 열거형

DataRow에서 수행된 작업을 설명합니다.

이 열거형에는 멤버 값를 비트로 조합할 수 있는 FlagsAttribute 특성이 있습니다.

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

구문

‘선언
<FlagsAttribute> _
Public Enumeration DataRowAction
‘사용 방법
Dim instance As DataRowAction
[FlagsAttribute] 
public enum DataRowAction
[FlagsAttribute] 
public enum class DataRowAction
/** @attribute FlagsAttribute() */ 
public enum DataRowAction
FlagsAttribute 
public enum DataRowAction

멤버

  멤버 이름 설명
Supported by the .NET Compact Framework Add 행이 테이블에 추가되었습니다. 
Supported by the .NET Compact Framework Change 행이 변경되었습니다. 
Supported by the .NET Compact Framework ChangeCurrentAndOriginal 행의 원래 버전과 현재 버전이 변경되었습니다. 
Supported by the .NET Compact Framework ChangeOriginal 행의 원래 버전이 변경되었습니다. 
Supported by the .NET Compact Framework Commit 행의 변경 내용이 커밋되었습니다. 
Supported by the .NET Compact Framework Delete 테이블에서 행을 삭제했습니다. 
Supported by the .NET Compact Framework Nothing 행이 변경되지 않았습니다. 
Supported by the .NET Compact Framework Rollback 행에 대한 가장 최근의 변경이 롤백되었습니다. 

설명

DataRowActionDataRowChangeEventArgs의 일부로 반환되어, 행에 사용된 작업으로 인해 이벤트가 발생함을 나타냅니다.

이 열거의 멤버를 사용하여 행이 속한 DataTableDataRow에서 발생한 작업을 확인합니다.

플랫폼

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에서 지원

참고 항목

참조

System.Data 네임스페이스
DataRow 클래스
DataTable