Método CreateRowUpdatedEvent
Este membro substitui DbDataAdapter. . :: . .CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping).
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Protected Overrides Function CreateRowUpdatedEvent ( _
dataRow As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
) As RowUpdatedEventArgs
'Uso
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
Parâmetros
- dataRow
Tipo: System.Data. . :: . .DataRow
- command
Tipo: System.Data. . :: . .IDbCommand
- statementType
Tipo: System.Data. . :: . .StatementType
- tableMapping
Tipo: System.Data.Common. . :: . .DataTableMapping
Valor de retorno
Consulte também