Costruttore SqlCeRowUpdatedEventArgs
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 _
)
'Utilizzo
Dim dataRow As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping
Dim instance As New SqlCeRowUpdatedEventArgs(dataRow, _
command, statementType, tableMapping)
public SqlCeRowUpdatedEventArgs(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public:
SqlCeRowUpdatedEventArgs(
DataRow^ dataRow,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
new :
dataRow:DataRow *
command:IDbCommand *
statementType:StatementType *
tableMapping:DataTableMapping -> SqlCeRowUpdatedEventArgs
public function SqlCeRowUpdatedEventArgs(
dataRow : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
)
Parametri
- dataRow
Tipo: System.Data.DataRow
Oggetto DataRow inviato tramite un metodo Update.
- command
Tipo: System.Data.IDbCommand
Oggetto IDbCommand eseguito quando viene chiamato il metodo Update.
- statementType
Tipo: System.Data.StatementType
Uno dei valori dell'oggetto StatementType che specifica il tipo di query eseguita.
- tableMapping
Tipo: System.Data.Common.DataTableMapping
Oggetto DataTableMapping inviato tramite un metodo Update.