Data Port Sync 1.0.500

SqlCeRowUpdatedEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of a SqlCeRowUpdatedEventArgs object.

[Visual Basic]
Public Sub New( _
   ByVal DataRow As DataRow, _
   ByVal IDbCommand As IDbCommand, _
   ByVal StatementType As StatementType, _
   ByVal DataTableMapping As DataTableMapping _
)
[C#]
public SqlCeRowUpdatedEventArgs(
   DataRow row,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);

Parameters

DataRow
The DataRow that was Updated
IDbCommand
The IDbCommand used during DbDataAdapter.Update.
StatementType
One of the StatementType values that specifies the type of query executed.
DataTableMapping
The DataTableMapping sent through an Update.

See Also

SqlCeRowUpdatedEventArgs Class | Primeworks.DesktopSqlCe Namespace