BusinessLogicDataAdapter.CreateRowUpdatedEvent メソッド
Initializes a new instance of the RowUpdatedEventArgs class.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Protected Overrides Function CreateRowUpdatedEvent ( _
dataRow As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
) As RowUpdatedEventArgs
'使用
Dim dataRow As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping
Dim returnValue As RowUpdatedEventArgs
returnValue = Me.CreateRowUpdatedEvent(dataRow, _
command, statementType, tableMapping)
protected override RowUpdatedEventArgs CreateRowUpdatedEvent(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
protected:
virtual RowUpdatedEventArgs^ CreateRowUpdatedEvent(
DataRow^ dataRow,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
) override
abstract CreateRowUpdatedEvent :
dataRow:DataRow *
command:IDbCommand *
statementType:StatementType *
tableMapping:DataTableMapping -> RowUpdatedEventArgs
override CreateRowUpdatedEvent :
dataRow:DataRow *
command:IDbCommand *
statementType:StatementType *
tableMapping:DataTableMapping -> RowUpdatedEventArgs
protected override function CreateRowUpdatedEvent(
dataRow : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
) : RowUpdatedEventArgs
パラメーター
- dataRow
型: System.Data.DataRow
Used to update the data source.
- command
型: System.Data.IDbCommand
The IDbCommand executed during the update.
- statementType
型: System.Data.StatementType
Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
- tableMapping
型: System.Data.Common.DataTableMapping
A DataTableMapping object.
戻り値
型: System.Data.Common.RowUpdatedEventArgs
A new instance of the RowUpdatedEventArgs class.