Construtor BusinessLogicRowUpdatingEventArgs
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public Sub New ( _
row As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
'Uso
Dim row As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping
Dim instance As New BusinessLogicRowUpdatingEventArgs(row, command, _
statementType, tableMapping)
public BusinessLogicRowUpdatingEventArgs(
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public:
BusinessLogicRowUpdatingEventArgs(
DataRow^ row,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
new :
row:DataRow *
command:IDbCommand *
statementType:StatementType *
tableMapping:DataTableMapping -> BusinessLogicRowUpdatingEventArgs
public function BusinessLogicRowUpdatingEventArgs(
row : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
)
Parâmetros
- row
Tipo: System.Data. . :: . .DataRow
- command
Tipo: System.Data. . :: . .IDbCommand
- statementType
Tipo: System.Data. . :: . .StatementType
- tableMapping
Tipo: System.Data.Common. . :: . .DataTableMapping
Consulte também