BusinessLogicRowUpdatedEventArgs Constructor
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub New ( _
row As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
'Usage
Dim row As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping
Dim instance As New BusinessLogicRowUpdatedEventArgs(row, command, _
statementType, tableMapping)
public BusinessLogicRowUpdatedEventArgs(
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public:
BusinessLogicRowUpdatedEventArgs(
DataRow^ row,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
new :
row:DataRow *
command:IDbCommand *
statementType:StatementType *
tableMapping:DataTableMapping -> BusinessLogicRowUpdatedEventArgs
public function BusinessLogicRowUpdatedEventArgs(
row : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
)
Parameters
- row
Type: System.Data.DataRow
- command
Type: System.Data.IDbCommand
- statementType
Type: System.Data.StatementType
- tableMapping
Type: System.Data.Common.DataTableMapping