BusinessLogicDataAdapter.CreateRowUpdatingEvent 메서드

Initializes a new instance of the RowUpdatingEventArgs class.

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

구문

‘선언
Protected Overrides Function CreateRowUpdatingEvent ( _
    dataRow As DataRow, _
    command As IDbCommand, _
    statementType As StatementType, _
    tableMapping As DataTableMapping _
) As RowUpdatingEventArgs
‘사용 방법
Dim dataRow As DataRow 
Dim command As IDbCommand 
Dim statementType As StatementType 
Dim tableMapping As DataTableMapping 
Dim returnValue As RowUpdatingEventArgs 

returnValue = Me.CreateRowUpdatingEvent(dataRow, _
    command, statementType, tableMapping)
protected override RowUpdatingEventArgs CreateRowUpdatingEvent(
    DataRow dataRow,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)
protected:
virtual RowUpdatingEventArgs^ CreateRowUpdatingEvent(
    DataRow^ dataRow, 
    IDbCommand^ command, 
    StatementType statementType, 
    DataTableMapping^ tableMapping
) override
abstract CreateRowUpdatingEvent : 
        dataRow:DataRow * 
        command:IDbCommand * 
        statementType:StatementType * 
        tableMapping:DataTableMapping -> RowUpdatingEventArgs  
override CreateRowUpdatingEvent : 
        dataRow:DataRow * 
        command:IDbCommand * 
        statementType:StatementType * 
        tableMapping:DataTableMapping -> RowUpdatingEventArgs
protected override function CreateRowUpdatingEvent(
    dataRow : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
) : RowUpdatingEventArgs

매개 변수

반환 값

유형: System.Data.Common.RowUpdatingEventArgs
A new instance of the RowUpdatingEventArgs class.

참고 항목

참조

BusinessLogicDataAdapter 클래스

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스