Compartilhar via


Construtor SqlCeRowUpdatingEventArgs

Inicializa uma nova instância da classe SqlCeRowUpdatingEventArgs.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
Public Sub New ( _
    dataRow As DataRow, _
    command As IDbCommand, _
    statementType As StatementType, _
    tableMapping As DataTableMapping _
)
'Uso
Dim dataRow As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping

Dim instance As New SqlCeRowUpdatingEventArgs(dataRow, _
    command, statementType, tableMapping)
public SqlCeRowUpdatingEventArgs(
    DataRow dataRow,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)
public:
SqlCeRowUpdatingEventArgs(
    DataRow^ dataRow, 
    IDbCommand^ command, 
    StatementType statementType, 
    DataTableMapping^ tableMapping
)
new : 
        dataRow:DataRow * 
        command:IDbCommand * 
        statementType:StatementType * 
        tableMapping:DataTableMapping -> SqlCeRowUpdatingEventArgs
public function SqlCeRowUpdatingEventArgs(
    dataRow : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
)

Parâmetros

Consulte também

Referência

SqlCeRowUpdatingEventArgs Classe

Namespace System.Data.SqlServerCe