Metodo BusinessLogicDataAdapter.CreateRowUpdatingEvent
Initializes a new instance of the RowUpdatingEventArgs class.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Protected Overrides Function CreateRowUpdatingEvent ( _
dataRow As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
) As RowUpdatingEventArgs
'Utilizzo
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
Parametri
- dataRow
Tipo: System.Data.DataRow
The DataRow that updates the data source.
- command
Tipo: System.Data.IDbCommand
The IDbCommand to execute during the update.
- statementType
Tipo: System.Data.StatementType
Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
- tableMapping
Tipo: System.Data.Common.DataTableMapping
A DataTableMapping object.
Valore restituito
Tipo: System.Data.Common.RowUpdatingEventArgs
A new instance of the RowUpdatingEventArgs class.
Vedere anche
Riferimento
BusinessLogicDataAdapter Classe
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport