Condividi tramite


SqlCeRowUpdatedEventArgs Constructor

Inizializza una nuova istanza della classe SqlCeRowUpdatedEventArgs.

Spazio dei nomi: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    dataRow As DataRow, _
    command As IDbCommand, _
    statementType As StatementType, _
    tableMapping As DataTableMapping _
)
public SqlCeRowUpdatedEventArgs (
    DataRow dataRow,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)
public:
SqlCeRowUpdatedEventArgs (
    DataRow^ dataRow, 
    IDbCommand^ command, 
    StatementType statementType, 
    DataTableMapping^ tableMapping
)
public SqlCeRowUpdatedEventArgs (
    DataRow dataRow, 
    IDbCommand command, 
    StatementType statementType, 
    DataTableMapping tableMapping
)
public function SqlCeRowUpdatedEventArgs (
    dataRow : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
)

Parametri

  • command
    Interfaccia IDbCommand eseguita quando viene chiamato il metodo Update.
  • statementType
    Uno dei valori dell'oggetto StatementType che specifica il tipo di query eseguita.

Piattaforme

Piattaforme di sviluppo

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
Informazioni sulla versione
.NET Framework e .NET Compact Framework
Supportato in 3.5
.NET Framework
Supportato in 3.0
.NET Compact Framework e .NET Framework
Supportato in 2.0

Vedere anche

Riferimento

SqlCeRowUpdatedEventArgs Class
SqlCeRowUpdatedEventArgs Members
System.Data.SqlServerCe Namespace