Compartilhar via


SqlCeRowUpdatingEventArgs Constructor

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 _
)
public SqlCeRowUpdatingEventArgs (
    DataRow dataRow,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)
public:
SqlCeRowUpdatingEventArgs (
    DataRow^ dataRow, 
    IDbCommand^ command, 
    StatementType statementType, 
    DataTableMapping^ tableMapping
)
public SqlCeRowUpdatingEventArgs (
    DataRow dataRow, 
    IDbCommand command, 
    StatementType statementType, 
    DataTableMapping tableMapping
)
public function SqlCeRowUpdatingEventArgs (
    dataRow : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
)

Parâmetros

  • command
    O IDbCommand a ser executado durante a Update.
  • statementType
    Um dos valores de StatementType que especifica o tipo de consulta executada.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
Informações de versão
.NET Framework e NET Compact Framework
Com suporte no 3.5
.NET Framework
Com suporte no 3.0
.NET Compact Framework e .Net Framework
Com suporte no 2.0

Consulte também

Referência

SqlCeRowUpdatingEventArgs Class
SqlCeRowUpdatingEventArgs Members
System.Data.SqlServerCe Namespace