OnRowUpdated 메서드

이 멤버는 DbDataAdapter. . :: . .OnRowUpdated(RowUpdatedEventArgs)을(를) 재정의합니다.

네임스페이스:  Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리:  Microsoft.SqlServer.Replication.BusinessLogicSupport.dll의 Microsoft.SqlServer.Replication.BusinessLogicSupport

구문

‘선언
Protected Overrides Sub OnRowUpdated ( _
    value As RowUpdatedEventArgs _
)
‘사용 방법
Dim value As RowUpdatedEventArgs

Me.OnRowUpdated(value)
protected override void OnRowUpdated(
    RowUpdatedEventArgs value
)
protected:
virtual void OnRowUpdated(
    RowUpdatedEventArgs^ value
) override
abstract OnRowUpdated : 
        value:RowUpdatedEventArgs -> unit 
override OnRowUpdated : 
        value:RowUpdatedEventArgs -> unit 
protected override function OnRowUpdated(
    value : RowUpdatedEventArgs
)