SqlCeRowUpdatedEventArgs 클래스
RowUpdated 이벤트에 대한 데이터를 제공합니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe.dll의 System.Data.SqlServerCe
구문
‘선언
Public NotInheritable Class SqlCeRowUpdatedEventArgs _
Inherits RowUpdatedEventArgs
‘사용 방법
Dim instance As SqlCeRowUpdatedEventArgs
public sealed class SqlCeRowUpdatedEventArgs : RowUpdatedEventArgs
public ref class SqlCeRowUpdatedEventArgs sealed : public RowUpdatedEventArgs
[<SealedAttribute>]
type SqlCeRowUpdatedEventArgs =
class
inherit RowUpdatedEventArgs
end
public final class SqlCeRowUpdatedEventArgs extends RowUpdatedEventArgs
주의
행에 대한 Update가 완료되면 RowUpdated 이벤트가 발생합니다.
Update를 사용하면 업데이트되는 각 행에 대해 두 개의 이벤트가 발생합니다. 실행 순서는 다음과 같습니다.
DataRow의 값이 매개 변수 값으로 이동합니다.
OnRowUpdating 이벤트가 발생합니다.
명령이 실행됩니다.
명령이 FirstReturnedRecord로 설정되면 첫 번째 반환 결과가 DataRow에 배치됩니다.
OnRowUpdated 이벤트가 발생합니다.
AcceptChanges가 호출됩니다.
상속 계층 구조
System. . :: . .Object
System. . :: . .EventArgs
System.Data.Common. . :: . .RowUpdatedEventArgs
System.Data.SqlServerCe..::..SqlCeRowUpdatedEventArgs
스레드로부터의 안전성
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.