BusinessLogicDataAdapter.OnRowUpdated 메서드
Raises the RowUpdated event.
네임스페이스: Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리: Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
구문
‘선언
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
)
매개 변수
- value
유형: System.Data.Common.RowUpdatedEventArgs
Contains the event data.