Конструктор BusinessLogicRowUpdatingEventArgs
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Пространство имен: Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка: Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Синтаксис
'Декларация
Public Sub New ( _
row As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
'Применение
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
)
Параметры
- row
Тип: System.Data. . :: . .DataRow
- command
Тип: System.Data. . :: . .IDbCommand
- statementType
Тип: System.Data. . :: . .StatementType
- tableMapping
Тип: System.Data.Common. . :: . .DataTableMapping